Add "opt" to the list of test dependencies.

We've started using it in the ThinLTO tests.

Also remove a repeated dependency on llvm-nm.

llvm-svn: 284095
This commit is contained in:
Peter Collingbourne 2016-10-13 00:49:21 +00:00
parent cd80e97e88
commit 3aa0a2510e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ configure_lit_site_cfg(
set(LLD_TEST_DEPS
FileCheck not llvm-ar llvm-as llvm-dis llvm-nm llc
lld llvm-config llvm-objdump llvm-readobj yaml2obj obj2yaml
llvm-mc llvm-nm llvm-lib llvm-pdbdump
llvm-mc llvm-lib llvm-pdbdump opt
)
if (LLVM_INCLUDE_TESTS)
set(LLD_TEST_DEPS ${LLD_TEST_DEPS} LLDUnitTests)