[PATCH] D100818: [lld-macho] Implement branch-range-extension thunks
Greg McGary via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 18:40:19 PDT 2021
gkm updated this revision to Diff 343797.
gkm marked 3 inline comments as done.
gkm added a comment.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
- revise according to review feedback
- place thunks to reach far-away stubs, both when __stubs precedes __text and when __stubs follows __text
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100818/new/
https://reviews.llvm.org/D100818
Files:
lld/MachO/Arch/ARM64.cpp
lld/MachO/Config.h
lld/MachO/Driver.cpp
lld/MachO/InputSection.cpp
lld/MachO/InputSection.h
lld/MachO/MergedOutputSection.cpp
lld/MachO/MergedOutputSection.h
lld/MachO/Options.td
lld/MachO/Relocations.h
lld/MachO/Symbols.cpp
lld/MachO/Symbols.h
lld/MachO/SyntheticSections.cpp
lld/MachO/SyntheticSections.h
lld/MachO/Target.h
lld/MachO/Writer.cpp
lld/test/MachO/tools/generate-thunkable-program.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100818.343797.patch
Type: text/x-patch
Size: 53271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210508/ae1b9720/attachment.bin>
More information about the llvm-commits
mailing list