mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 13:26:09 +00:00

x86_64::GOTTableManager and x86_64::PLTTableManager will now look for existing GOT and PLT sections and re-use existing entries if they're present. This will be used for an upcoming MachO patch to enable compact unwind support. This patch is the x86-64 counterpart 42595bdaefb, which added the same functionality to the GOT and PLT managers for aarch64.