[llvm] 35887ea - [CMake] Depend on TargetParser after f09cf34d00625e57dea5317a3ac0412c07292148
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 10:50:13 PST 2022
Author: Fangrui Song
Date: 2022-12-20T10:50:09-08:00
New Revision: 35887eab19740c038b5c95ac0815a86bda83057e
URL: https://github.com/llvm/llvm-project/commit/35887eab19740c038b5c95ac0815a86bda83057e
DIFF: https://github.com/llvm/llvm-project/commit/35887eab19740c038b5c95ac0815a86bda83057e.diff
LOG: [CMake] Depend on TargetParser after f09cf34d00625e57dea5317a3ac0412c07292148
Added:
Modified:
llvm/lib/Target/ARC/CMakeLists.txt
llvm/lib/Target/LoongArch/CMakeLists.txt
llvm/unittests/Target/LoongArch/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/lib/Target/ARC/CMakeLists.txt b/llvm/lib/Target/ARC/CMakeLists.txt
index 96a42d0165aa6..f63d088d6c0ac 100644
--- a/llvm/lib/Target/ARC/CMakeLists.txt
+++ b/llvm/lib/Target/ARC/CMakeLists.txt
@@ -36,6 +36,7 @@ add_llvm_target(ARCCodeGen
SelectionDAG
Support
Target
+ TargetParser
TransformUtils
ARCDesc
ARCInfo
diff --git a/llvm/lib/Target/LoongArch/CMakeLists.txt b/llvm/lib/Target/LoongArch/CMakeLists.txt
index 41a38f9eb0c5f..3239dd7776eba 100644
--- a/llvm/lib/Target/LoongArch/CMakeLists.txt
+++ b/llvm/lib/Target/LoongArch/CMakeLists.txt
@@ -38,6 +38,7 @@ add_llvm_target(LoongArchCodeGen
SelectionDAG
Support
Target
+ TargetParser
ADD_TO_COMPONENT
LoongArch
diff --git a/llvm/unittests/Target/LoongArch/CMakeLists.txt b/llvm/unittests/Target/LoongArch/CMakeLists.txt
index 04c0efdc927ac..91dc838761f67 100644
--- a/llvm/unittests/Target/LoongArch/CMakeLists.txt
+++ b/llvm/unittests/Target/LoongArch/CMakeLists.txt
@@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS
SelectionDAG
Support
Target
+ TargetParser
)
add_llvm_target_unittest(LoongArchTests
More information about the llvm-commits
mailing list