[PATCH] D80856: [lld-macho] Support X86_64_RELOC_GOT
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 30 21:46:04 PDT 2020
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
IIUC, X86_64_RELOC_GOT is the non-relaxable form of X86_64_RELOC_GOT_LOAD. We don't relax X86_64_RELOC_GOT_LOAD currently, so the two should have same processing now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80856/new/
https://reviews.llvm.org/D80856
More information about the llvm-commits
mailing list