diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-10-15 21:11:46 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-10-15 21:11:46 +0000 |
commit | 66d4b0fbf46d999f87f5c9a5a67751c111727b50 (patch) | |
tree | 5326f3b0b540fec7cf038fb5468c731ce17af0b0 /test/CMakeLists.txt | |
parent | 702cc91aa1bd41540e8674921ae7ac89a4ff061f (diff) |
Add dependency on llvm-bcanalyzer from tests to the CMake build.
This fixes a CMake build break introduced by r165739.
Thanks Jan Voung for the quick suggestion/fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CMakeLists.txt')
-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 bc226ca228..4f099a922a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -19,7 +19,7 @@ add_lit_testsuite(check-llvm "Running the LLVM regression tests" DEPENDS UnitTests BugpointPasses LLVMHello llc lli llvm-ar llvm-as - llvm-diff + llvm-bcanalyzer llvm-diff llvm-dis llvm-extract llvm-dwarfdump llvm-link llvm-mc llvm-nm llvm-objdump llvm-readobj macho-dump opt |