diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-22 01:52:04 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-22 01:52:04 +0000 |
commit | cc128e90b4287388dd266719dfb856d87e31372b (patch) | |
tree | 5b3d8501bd179d83604049d0360d906522480211 | |
parent | a7246da6ad5344aab8d0856c246b3cb1bd76e65a (diff) |
clang/test: [CMake] check-clang doesn't require llvm-dis any more.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173116 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8184c3d363..bce190f47a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -32,7 +32,7 @@ if( NOT CLANG_BUILT_STANDALONE ) clang clang-headers c-index-test diagtool arcmt-test c-arcmt-test clang-check - llvm-dis llc opt FileCheck count not + llc opt FileCheck count not ) set(CLANG_TEST_PARAMS clang_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg |