summaryrefslogtreecommitdiffstats
path: root/clang/runtime
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-12-07 22:45:36 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-12-07 22:45:36 +0000
commitaf89de9d66d8adc881ce622d7d5ff58a86b7eb31 (patch)
treea93618b45e3cc1cb96e3916ad46f8f6d94e9854c /clang/runtime
parente53cb2fd9bf946fbf89778b03dcf0f4d2c06bb3a (diff)
downloadbcm5719-llvm-af89de9d66d8adc881ce622d7d5ff58a86b7eb31.tar.gz
bcm5719-llvm-af89de9d66d8adc881ce622d7d5ff58a86b7eb31.zip
Add llvm-objdump to compiler-rt test deps.
llvm-svn: 254961
Diffstat (limited to 'clang/runtime')
-rw-r--r--clang/runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/runtime/CMakeLists.txt b/clang/runtime/CMakeLists.txt
index 27f028efc63..f68f25b0fd6 100644
--- a/clang/runtime/CMakeLists.txt
+++ b/clang/runtime/CMakeLists.txt
@@ -111,7 +111,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
if(LLVM_INCLUDE_TESTS)
# Add binaries that compiler-rt tests depend on.
set(COMPILER_RT_TEST_DEPENDENCIES
- FileCheck count not llvm-nm llvm-symbolizer)
+ FileCheck count not llvm-nm llvm-objdump llvm-symbolizer)
# Add top-level targets for various compiler-rt test suites.
set(COMPILER_RT_TEST_SUITES check-asan check-asan-dynamic check-dfsan
OpenPOWER on IntegriCloud