[llvm] [BOLT] support mold linker generated PLT in disassembling (PR #115256)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 02:36:24 PST 2024


eraser00 wrote:

> suggest to add a new match function to `X86MCPlusBuilder` and call it from `disassemblePLTSectionX86()`.

The problem is that the first entry of the PLT was padded to 2 * entry size long. Maybe checking the total padding size of the PLT header can fix this issue?

https://github.com/llvm/llvm-project/pull/115256


More information about the llvm-commits mailing list