forked from OSchip/llvm-project
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. llvm-svn: 165978
This commit is contained in:
parent
9fb43869eb
commit
3bc98d94ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue