diff options
author | Fangrui Song <i@maskray.me> | 2023-05-03 19:21:01 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2023-05-03 19:21:01 -0700 |
commit | b05cd680eac0196db73495643e6867c588c253de (patch) | |
tree | efe3b78a953e74998bdc2a671493e430024cb73c /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 3da83fbafef1689de1fc45c2c3fa3d258edda09d (diff) | |
download | llvm-b05cd680eac0196db73495643e6867c588c253de.zip llvm-b05cd680eac0196db73495643e6867c588c253de.tar.gz llvm-b05cd680eac0196db73495643e6867c588c253de.tar.bz2 |
MCInstrAnalysis: make GotPltSectionVA x86-32 specific
GotPltSectionVA is specific to x86-32 PIC PLT entries.
Let's remove the argument from the generic interface.
As a side effect of not requiring .got.plt, this simplification
addresses a subset of https://github.com/llvm/llvm-project/issues/62537
by enabling .plt dumping for some ld.bfd -z now linked x86-32/x86-64 images
without .got.plt
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions