[PATCH] D108025: [JITLink] Unify x86-64 MachO and ELF 's optimize GOT/Stub function
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 14 01:35:45 PDT 2021
lhames added a comment.
Stephen and I discussed this further on discord and realized that some generic x86-64 edge kinds needed to be renamed to avoid confusion (ELF allows several relaxations that aren't possible in MachO).
The necessary renames have been made in 632135acae2 <https://reviews.llvm.org/rG632135acae2074f3a3578a719323b776b6d51716> and 27ea3f16072 <https://reviews.llvm.org/rG27ea3f16072a911aa8cef04ef3de5b574188c74a>.
Stephen -- You'll need to rebase to account for the renames, but otherwise this should be good to land now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108025/new/
https://reviews.llvm.org/D108025
More information about the llvm-commits
mailing list