[clang-tools-extra] [clang-tidy]link LLVMTargetParser (PR #121072)
Congcong Cai via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 24 15:32:09 PST 2024
https://github.com/HerrCai0907 created https://github.com/llvm/llvm-project/pull/121072
Fix build issue introduced in #120547
>From 747b60109d9b4f05aa695898591c68845809c7a0 Mon Sep 17 00:00:00 2001
From: Congcong Cai <congcongcai0907 at 163.com>
Date: Wed, 25 Dec 2024 07:31:48 +0800
Subject: [PATCH] [clang-tidy]link LLVMTargetParser
Fix build issue introduced in #120547
---
clang-tools-extra/clang-tidy/tool/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
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