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:
Nico Weber 2022-02-16 16:47:26 -05:00
parent d95961f214
commit f1cdeca4d7
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ set(LLVM_TEST_DEPENDS
BugpointPasses
FileCheck
LLVMHello
LLVMWindowsDriver
UnitTests
bugpoint
count