[PATCH] D77796: [LLD] [COFF] Fix alignment of thunks for ARM/ARM64
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 14:24:59 PDT 2020
rnk added a comment.
I seem to recall we had some logic for boosting the alignment of known executable sections. Is it appropriate to reuse that for these thunks? It seems like each ISA has its own minimum code alignment.
Otherwise, sounds good, just wanted to check if there is a way to factor this more tightly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77796/new/
https://reviews.llvm.org/D77796
More information about the llvm-commits
mailing list