[llvm-branch-commits] [openmp] release/18.x: [OpenMP][OMPT] Fix hsa include when building amdgpu/src/rtl.cpp (PR #95484)
Thomas Debesse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 13 16:20:40 PDT 2024
illwieckz wrote:
I first noticed the issue when building the chipStar fork of LLVM 17: https://github.com/CHIP-SPV/llvm-project (branch `chipStar-llvm-17`), but the code being the same in LLVM 18, it is expected to fail in LLVM 18 too.
The whole folder disappeared in `main` so I made this patch to target the most recent release branch having those files: LLVM18.
It would be good to backport it to LLVM 17 too.
I haven't checked it yet if versions older than LLVM 17 are affected.
https://github.com/llvm/llvm-project/pull/95484
More information about the llvm-branch-commits
mailing list