Add llc to check-lld deps. We use the command in lit.cfg.

llvm-svn: 189774
This commit is contained in:
Rui Ueyama 2013-09-02 23:26:00 +00:00
parent 09c2213ce6
commit 900a501bdd
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if ( NOT LLD_BUILT_STANDALONE )
set(LLD_TEST_DEPS
lld-test.deps
FileCheck not llvm-nm
lld llvm-objdump llvm-readobj yaml2obj
lld llc llvm-objdump llvm-readobj yaml2obj
linker-script-test
LLDUnitTests
)