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
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@241676 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atanasyan committed Jul 8, 2015
1 parent ae10773 commit a6a1317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a6a1317

Please sign in to comment.