The LLD tests require 'llvm-lib', ensure that this is built.

llvm-svn: 241676
This commit is contained in:
Simon Atanasyan 2015-07-08 11:40:43 +00:00
parent 22c4c9ee8f
commit fb1662f563

View File

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