[llvm] f1cdeca - try to fix check-llvm after c5fb05f663f
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 13:53:04 PST 2022
Author: Nico Weber
Date: 2022-02-16T16:52:55-05:00
New Revision: f1cdeca4d7914eb82eeedbec5b2dc0f34bc96585
URL: https://github.com/llvm/llvm-project/commit/f1cdeca4d7914eb82eeedbec5b2dc0f34bc96585
DIFF: https://github.com/llvm/llvm-project/commit/f1cdeca4d7914eb82eeedbec5b2dc0f34bc96585.diff
LOG: try to fix check-llvm after c5fb05f663f
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.
Added:
Modified:
llvm/test/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/test/CMakeLists.txt b/llvm/test/CMakeLists.txt
index b12b7f2ede4d..7eff058ce78f 100644
--- a/llvm/test/CMakeLists.txt
+++ b/llvm/test/CMakeLists.txt
@@ -53,6 +53,7 @@ set(LLVM_TEST_DEPENDS
BugpointPasses
FileCheck
LLVMHello
+ LLVMWindowsDriver
UnitTests
bugpoint
count
More information about the llvm-commits
mailing list