[all-commits] [llvm/llvm-project] fa2487: llvm-objdump --adjust-vma: Don't adjust VMA in inl...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat May 10 14:40:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa248750c06d3b21427cc0f5c1a699cf6b108b47
https://github.com/llvm/llvm-project/commit/fa248750c06d3b21427cc0f5c1a699cf6b108b47
Author: Fangrui Song <i at maskray.me>
Date: 2025-05-10 (Sat, 10 May 2025)
Changed paths:
M llvm/test/tools/llvm-objdump/BPF/core-relo-formatting.s
M llvm/test/tools/llvm-objdump/X86/adjust-vma.test
M llvm/tools/llvm-objdump/llvm-objdump.cpp
Log Message:
-----------
llvm-objdump --adjust-vma: Don't adjust VMA in inline reloc addresses
--adjust-vma adjusts the current section address. The address printed
for inline relocs is relative to the current section address instead of
the section that the referenced symbol resides in.
Fix https://github.com/llvm/llvm-project/issues/75444
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