[PATCH] D97007: [lld-macho] Define __mh_*_header synthetic symbols.
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 30 19:06:26 PDT 2021
int3 added a comment.
After D98545: [lld-macho][nfc] Give every SyntheticSection a fake InputSection <https://reviews.llvm.org/D98545> and this diff, I feel like having SyntheticSections be OutputSections is clean enough. Not sure how thunks might be sped up if synthetics were InputSections though, I guess we'll see. But yeah, this diff is indeed another data point to consider.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97007/new/
https://reviews.llvm.org/D97007
More information about the llvm-commits
mailing list