mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 12:20:00 +00:00
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
This commit is contained in:
parent
702cc91aa1
commit
66d4b0fbf4
@ -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
Block a user