[all-commits] [llvm/llvm-project] 9b3064: [llvm-objdump][RISCV] Display `@plt' symbols when ...
Ming-Yi Lai via All-commits
all-commits at lists.llvm.org
Tue Jul 15 20:41:38 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b3064aec821fafca868b472eec209db373353e6
https://github.com/llvm/llvm-project/commit/9b3064aec821fafca868b472eec209db373353e6
Author: Ming-Yi Lai <ming-yi.lai at mediatek.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M llvm/lib/Object/ELFObjectFile.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
A llvm/test/tools/llvm-objdump/ELF/RISCV/rv32-plt.test
A llvm/test/tools/llvm-objdump/ELF/RISCV/rv64-plt.test
Log Message:
-----------
[llvm-objdump][RISCV] Display `@plt' symbols when disassembling .plt section (#147933)
This patch adds dummy symbols for PLT entries for RISC-V 32-bit and
64-bit targets so llvm-objdump can show the function symbol that
corresponds to each PLT entry.
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