[all-commits] [llvm/llvm-project] f1cdec: try to fix check-llvm after c5fb05f663f
Nico Weber via All-commits
all-commits at lists.llvm.org
Wed Feb 16 13:53:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1cdeca4d7914eb82eeedbec5b2dc0f34bc96585
https://github.com/llvm/llvm-project/commit/f1cdeca4d7914eb82eeedbec5b2dc0f34bc96585
Author: Nico Weber <thakis at chromium.org>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M llvm/test/CMakeLists.txt
Log Message:
-----------
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.
More information about the All-commits
mailing list