[PATCH] D77796: [LLD] [COFF] Fix alignment of thunks for ARM/ARM64

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 11:53:04 PDT 2020


mstorsjo added a comment.

In D77796#1972996 <https://reviews.llvm.org/D77796#1972996>, @mstorsjo wrote:

> In D77796#1972959 <https://reviews.llvm.org/D77796#1972959>, @rnk wrote:
>
> > 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.
>
>
> Hmm, I don't think I remember seeing that - do you remember more in detail where that would be?


I tried grepping around a bit more but didn't really see anything such in LLD - @rnk?


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