Skip to content

Commit

Permalink
Add dependency on llvm-bcanalyzer from tests to the CMake build.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dwblaikie committed Oct 15, 2012
1 parent 702cc91 commit 66d4b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66d4b0f

Please sign in to comment.