summaryrefslogtreecommitdiff
path: root/offload/test/api/amdgpu_code_object.c
AgeCommit message (Collapse)Author
2025-04-10[AMDGPU] Fix code object version not being set to 'none' (#135036)Joseph Huber
Summary: Previously, we removed the special handling for the code object version global. I erroneously thought that this meant we cold get rid of this weird `-Xclang` option. However, this also emits an LLVM IR module flag, which will then cause linking issues.