[all-commits] [llvm/llvm-project] e83622: [Object][AMDGPU] Support REL relocations (#143966)
Scott Linder via All-commits
all-commits at lists.llvm.org
Mon Jun 16 12:03:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8362234f60612a250d832cc8d0f68fe7fa9ea17
https://github.com/llvm/llvm-project/commit/e8362234f60612a250d832cc8d0f68fe7fa9ea17
Author: Scott Linder <scott.linder at amd.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
M llvm/lib/Object/RelocationResolver.cpp
A llvm/test/DebugInfo/AMDGPU/dwarfdump-rel.yaml
Log Message:
-----------
[Object][AMDGPU] Support REL relocations (#143966)
Shaders compiled with DXC/LLPC generate these relocations, and even if
that changes in the future we want to handle existing binaries. The
friction to support this and the maintenance cost long term both seem
incredibly low, considering other targets like ARM support both REL/RELA
static relocations behind the same interface.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list