[clang-tools-extra] 34f7000 - [clang-tidy]link LLVMTargetParser (#121072)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 24 19:07:09 PST 2024
Author: Congcong Cai
Date: 2024-12-25T11:07:05+08:00
New Revision: 34f70007348d2d1a0e59fc0996e90a0b6fba1933
URL: https://github.com/llvm/llvm-project/commit/34f70007348d2d1a0e59fc0996e90a0b6fba1933
DIFF: https://github.com/llvm/llvm-project/commit/34f70007348d2d1a0e59fc0996e90a0b6fba1933.diff
LOG: [clang-tidy]link LLVMTargetParser (#121072)
Fix build issue introduced in #120547
Added:
Modified:
clang-tools-extra/clang-tidy/tool/CMakeLists.txt
Removed:
################################################################################
diff --git a/clang-tools-extra/clang-tidy/tool/CMakeLists.txt b/clang-tools-extra/clang-tidy/tool/CMakeLists.txt
index 81fba3bbf12fe4..0d4501d1eac064 100644
--- a/clang-tools-extra/clang-tidy/tool/CMakeLists.txt
+++ b/clang-tools-extra/clang-tidy/tool/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
AllTargetsDescs
AllTargetsInfos
FrontendOpenMP
+ TargetParser
support
)
More information about the cfe-commits
mailing list