Skip to content

Commit

Permalink
The LLD tests require 'llvm-lib', ensure that this is built.
Browse files Browse the repository at this point in the history
llvm-svn: 241676
  • Loading branch information
atanasyan committed Jul 8, 2015
1 parent 22c4c9e commit fb1662f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/test/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit fb1662f

Please sign in to comment.