forked from OSchip/llvm-project
try to fix check-llvm after c5fb05f663
llvm-config wants all libraries referenced in llvm/lib/CMakeLists.txt to exist on disk. But WindowsDriver is only referenced in clang and lld and hence wasn't built as a dependency of check-llvm. Add it as an explicit dependency to make llvm-config happy.
This commit is contained in:
parent
d95961f214
commit
f1cdeca4d7
|
@ -53,6 +53,7 @@ set(LLVM_TEST_DEPENDS
|
|||
BugpointPasses
|
||||
FileCheck
|
||||
LLVMHello
|
||||
LLVMWindowsDriver
|
||||
UnitTests
|
||||
bugpoint
|
||||
count
|
||||
|
|
Loading…
Reference in New Issue