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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 12:26:51 PDT 2020


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

I must have been thinking of the /functionpadmin code:
https://github.com/llvm/llvm-project/blob/master/lld/COFF/Writer.cpp#L1262
It has nothing to do with alignment, just padding. We could add logic there to enforce a minimum ISA code alignment, but that seems separable.


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