[clang] 970c21e - Remove unneeded targets dependency
Stephen Kelly via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 14 08:37:56 PDT 2021
Author: Stephen Kelly
Date: 2021-03-14T15:37:30Z
New Revision: 970c21e345548a967c1bc000462198330982ed7e
URL: https://github.com/llvm/llvm-project/commit/970c21e345548a967c1bc000462198330982ed7e
DIFF: https://github.com/llvm/llvm-project/commit/970c21e345548a967c1bc000462198330982ed7e.diff
LOG: Remove unneeded targets dependency
Added:
Modified:
clang/unittests/Introspection/CMakeLists.txt
Removed:
################################################################################
diff --git a/clang/unittests/Introspection/CMakeLists.txt b/clang/unittests/Introspection/CMakeLists.txt
index 2010379ae51c..3dd8aec56b76 100644
--- a/clang/unittests/Introspection/CMakeLists.txt
+++ b/clang/unittests/Introspection/CMakeLists.txt
@@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
- ${LLVM_TARGETS_TO_BUILD}
FrontendOpenMP
Support
)
More information about the cfe-commits
mailing list