Skip to content

Commit f1cdeca

Browse files
committed
try to fix check-llvm after c5fb05f
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.
1 parent d95961f commit f1cdeca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ set(LLVM_TEST_DEPENDS
5353
BugpointPasses
5454
FileCheck
5555
LLVMHello
56+
LLVMWindowsDriver
5657
UnitTests
5758
bugpoint
5859
count

0 commit comments

Comments
 (0)