llvm/test/CMakeLists.txt: Add llvm-diff to deps.

llvm-svn: 160123
This commit is contained in:
NAKAMURA Takumi 2012-07-12 10:15:48 +00:00
parent 72ec3756f9
commit 0b00f994a6
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ add_lit_testsuite(check-llvm "Running the LLVM regression tests"
llvm_unit_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
DEPENDS UnitTests
BugpointPasses LLVMHello
llc lli llvm-ar llvm-as llvm-dis llvm-extract llvm-dwarfdump
llc lli llvm-ar llvm-as
llvm-diff
llvm-dis llvm-extract llvm-dwarfdump
llvm-link llvm-mc llvm-nm llvm-objdump llvm-readobj
macho-dump opt
FileCheck count not