[llvm] e362614 - [llvm-ir2vec] Build issue fix in AMD buildbot (#164728)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 22 15:50:41 PDT 2025
Author: S. VenkataKeerthy
Date: 2025-10-22T15:50:37-07:00
New Revision: e362614c260c59b522f6e2ea977a75a158b27ece
URL: https://github.com/llvm/llvm-project/commit/e362614c260c59b522f6e2ea977a75a158b27ece
DIFF: https://github.com/llvm/llvm-project/commit/e362614c260c59b522f6e2ea977a75a158b27ece.diff
LOG: [llvm-ir2vec] Build issue fix in AMD buildbot (#164728)
Fixes the build issue in `openmp-offload-amdgpu-runtime-2` caused by
#164025
Added:
Modified:
llvm/tools/llvm-ir2vec/CMakeLists.txt
Removed:
################################################################################
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
More information about the llvm-commits
mailing list