Skip to content

[clang-tidy]link LLVMTargetParser #121072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 25, 2024
Merged

Conversation

HerrCai0907
Copy link
Contributor

Fix build issue introduced in #120547

Fix build issue introduced in llvm#120547
@llvmbot
Copy link
Member

llvmbot commented Dec 24, 2024

@llvm/pr-subscribers-clang-tidy

@llvm/pr-subscribers-clang-tools-extra

Author: Congcong Cai (HerrCai0907)

Changes

Fix build issue introduced in #120547


Full diff: https://github.com/llvm/llvm-project/pull/121072.diff

1 Files Affected:

  • (modified) clang-tools-extra/clang-tidy/tool/CMakeLists.txt (+1)
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
   )
 

@HerrCai0907 HerrCai0907 merged commit 34f7000 into llvm:main Dec 25, 2024
11 checks passed
@HerrCai0907 HerrCai0907 deleted the fix/build branch December 25, 2024 03:07
@llvm-ci
Copy link
Collaborator

llvm-ci commented Dec 25, 2024

LLVM Buildbot has detected a new failure on builder clang-aarch64-sve-vls running on linaro-g3-03 while building clang-tools-extra at step 1 "Checkout lnt".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/143/builds/4438

Here is the relevant piece of the build log for the reference
Step 1 (Checkout lnt) failure: update (failure)
git version 2.34.1
fatal: unable to access 'https://github.com/llvm/llvm-lnt.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
fatal: unable to access 'https://github.com/llvm/llvm-lnt.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants