Skip to content

Commit

Permalink
try to fix check-llvm after c5fb05f
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nico committed Feb 16, 2022
1 parent d95961f commit f1cdeca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/CMakeLists.txt
Expand Up @@ -53,6 +53,7 @@ set(LLVM_TEST_DEPENDS
BugpointPasses
FileCheck
LLVMHello
LLVMWindowsDriver
UnitTests
bugpoint
count
Expand Down

0 comments on commit f1cdeca

Please sign in to comment.