[clang] d01a06b - [clang][test] Fix shared build after Module Triple change. NFC
Michael Liao via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 6 10:20:21 PST 2025
Author: Michael Liao
Date: 2025-03-06T13:20:06-05:00
New Revision: d01a06b844cca2000137b7257025d22d0adcfa80
URL: https://github.com/llvm/llvm-project/commit/d01a06b844cca2000137b7257025d22d0adcfa80
DIFF: https://github.com/llvm/llvm-project/commit/d01a06b844cca2000137b7257025d22d0adcfa80.diff
LOG: [clang][test] Fix shared build after Module Triple change. NFC
Added:
Modified:
clang/lib/Testing/CMakeLists.txt
Removed:
################################################################################
diff --git a/clang/lib/Testing/CMakeLists.txt b/clang/lib/Testing/CMakeLists.txt
index 4a2400d6a107a..f4c99413d6dbf 100644
--- a/clang/lib/Testing/CMakeLists.txt
+++ b/clang/lib/Testing/CMakeLists.txt
@@ -13,6 +13,7 @@ add_llvm_library(clangTesting
LINK_COMPONENTS
MC
Support
+ TargetParser
)
clang_target_link_libraries(clangTesting
More information about the cfe-commits
mailing list