-
Notifications
You must be signed in to change notification settings - Fork 15k
[llvm-ir2vec] Build issue fix in AMD buildbot #164728
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
Conversation
|
@llvm/pr-subscribers-mlgo Author: S. VenkataKeerthy (svkeerthy) ChangesFixes the build issue in Full diff: https://github.com/llvm/llvm-project/pull/164728.diff 1 Files Affected:
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
|
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/27/builds/17919 Here is the relevant piece of the build log for the reference |
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/169/builds/16273 Here is the relevant piece of the build log for the reference |
Fixes the build issue in `openmp-offload-amdgpu-runtime-2` caused by llvm#164025
Fixes the build issue in `openmp-offload-amdgpu-runtime-2` caused by llvm#164025
Fixes the build issue in `openmp-offload-amdgpu-runtime-2` caused by llvm#164025
Fixes the build issue in `openmp-offload-amdgpu-runtime-2` caused by llvm#164025
Fixes the build issue in
openmp-offload-amdgpu-runtime-2caused by #164025