Fixes github issues/52910
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Spent quite a while trying to get the quoted string to break across two lines without success.
Comment Actions
Thanks a lot for the patch! I'm trying to figure out how to apply this to 13.0.0-rc2, but it's not obvious since https://reviews.llvm.org/D111983 has happened in between and reshuffled a bunch of things around.
Comment Actions
We could apply it to the amdgcn file and not the DeviceRTL one - the latter was off by default in 13.x so is less likely to break builds, and the older logic is fine on the happy path.
I don't know the post-bugzilla process for cherry-picking to 13.x, maybe it can be done by GitHub PR these days
Comment Actions
OK, just taking the second half of the patch in openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt is actually enough for the backport.