[llvm] [llvm-ir2vec] Build issue fix in AMD buildbot (PR #164728)

S. VenkataKeerthy via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 15:48:27 PDT 2025


https://github.com/svkeerthy created https://github.com/llvm/llvm-project/pull/164728

Fixes the build issue in `openmp-offload-amdgpu-runtime-2` caused by #164025

>From cc45c2b0b924a0b390e447fa2e8a83b72ffc0a0f Mon Sep 17 00:00:00 2001
From: svkeerthy <venkatakeerthy at google.com>
Date: Wed, 22 Oct 2025 22:46:27 +0000
Subject: [PATCH] Build issue fix in AMD buildbot

---
 llvm/tools/llvm-ir2vec/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

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