From 1af2a73908e308eede547169a5df7fc4c1c96936 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 24 Sep 2014 23:54:04 +0000 Subject: [asan] make sanitizer tests depend on libclang_rt.profile since we now have a test that uses -coverage git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@218427 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ed5f1ee5d..007ac3ff3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -14,7 +14,7 @@ if(NOT ANDROID) # Use LLVM utils and Clang from the same build tree. list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS clang clang-headers FileCheck count not llvm-nm llvm-symbolizer - compiler-rt-headers) + compiler-rt-headers profile) endif() if(UNIX) list(APPEND SANITIZER_COMMON_LIT_TEST_DEPS SanitizerLintCheck) -- cgit v1.2.3