diff options
author | Lang Hames <lhames@gmail.com> | 2021-10-18 21:41:08 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2021-10-18 21:47:24 -0700 |
commit | cc3115cd1d35b7325d4f1d53f860048e32e82e43 (patch) | |
tree | 02f95ca573f2c414816fcc55b1e6c9585600da15 /llvm/tools/llvm-readobj/ELFDumper.cpp | |
parent | 39a1fcb9cf5930eb3931ed0f9b8ef2f50dae4aa5 (diff) | |
download | llvm-cc3115cd1d35b7325d4f1d53f860048e32e82e43.zip llvm-cc3115cd1d35b7325d4f1d53f860048e32e82e43.tar.gz llvm-cc3115cd1d35b7325d4f1d53f860048e32e82e43.tar.bz2 |
[JITLink][x86-64] Lift GOT, PLT table managers into x86_64.h; reuse for MachO.
This lifts the global offset table and procedure linkage table builders out of
ELF_x86_64.h and into x86_64.h, renaming them with generic names
x86_64::GOTTableBuilder and x86_64::PLTTableBuilder. MachO_x86_64.cpp is updated
to use these classes instead of the older PerGraphGOTAndStubsBuilder tool.
Diffstat (limited to 'llvm/tools/llvm-readobj/ELFDumper.cpp')
0 files changed, 0 insertions, 0 deletions