[PATCH] D74286: [ELF] Respect output section alignment for AT> (non-null lmaRegion)

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 07:55:57 PST 2020


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

OK, the overalignment is one of those don't care for the vast majority of users, and really important to a small number of people. It most often causes a problem when something is heavily aligned in VMA, but as it is copied from ROM/Flash its alignment doesn't matter in LMA.
Anyhow if it is something we can look at fixing later then LGTM as this will solve the immediate problem.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74286/new/

https://reviews.llvm.org/D74286





More information about the llvm-commits mailing list