aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-readobj/llvm-readobj.cpp
diff options
context:
space:
mode:
authorJoseph Huber <35342157+jhuber6@users.noreply.github.com>2023-09-11 13:07:56 -0500
committerGitHub <noreply@github.com>2023-09-11 13:07:56 -0500
commit76af6e77c0e5d8c444daa3aea07f381c07b17da7 (patch)
treee6262fb8deb29a7feb9a0c478677649ede50f399 /llvm/tools/llvm-readobj/llvm-readobj.cpp
parent2344a72dd63661098244b3bc43696710686ef9d9 (diff)
downloadllvm-76af6e77c0e5d8c444daa3aea07f381c07b17da7.zip
llvm-76af6e77c0e5d8c444daa3aea07f381c07b17da7.tar.gz
llvm-76af6e77c0e5d8c444daa3aea07f381c07b17da7.tar.bz2
[libc] Manually set the AMDGPU code object version (#65986)
Summary: There is currently effort to change over the default AMDGPU code object version https://github.com/llvm/llvm-project/pull/65410. However, this unfortunately causes problems in the LLVM LibC test suite that leads to a hang while executing. This is most likely a bug to do with indirect call optimization, as it can be avoided without optimizations or with manually preventing inlining in the AMDGPU startup code. This patch sets the AMDGPU code object version to be four explicitly on the LibC test suite. This should unblock the efforts to move the default to 5 without breaking the test suite. This isn't a great solution, but there is currently some time pressure to get COV5 landed and this seems to be the easiest solution.
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions