[llvm] [llvm-ir2vec] Build issue fix in AMD buildbot (PR #164728)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 22 15:49:10 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlgo
Author: S. VenkataKeerthy (svkeerthy)
<details>
<summary>Changes</summary>
Fixes the build issue in `openmp-offload-amdgpu-runtime-2` caused by #<!-- -->164025
---
Full diff: https://github.com/llvm/llvm-project/pull/164728.diff
1 Files Affected:
- (modified) llvm/tools/llvm-ir2vec/CMakeLists.txt (+1)
``````````diff
diff --git a/llvm/tools/llvm-ir2vec/CMakeLists.txt b/llvm/tools/llvm-ir2vec/CMakeLists.txt
index e680144452136..2bb6686392907 100644
--- a/llvm/tools/llvm-ir2vec/CMakeLists.txt
+++ b/llvm/tools/llvm-ir2vec/CMakeLists.txt
@@ -14,6 +14,7 @@ set(LLVM_LINK_COMPONENTS
AllTargetsCodeGens
AllTargetsDescs
AllTargetsInfos
+ TargetParser
)
add_llvm_tool(llvm-ir2vec
``````````
</details>
https://github.com/llvm/llvm-project/pull/164728
More information about the llvm-commits
mailing list