[PATCH] D72819: [ELF] Decrease alignment of ThunkSection on 64-bit targets from 8 to 4
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 01:40:28 PST 2020
peter.smith added a comment.
I'm happy to go ahead with this. The maximum alignment for instructions on Arm and AArch64 is 4, which is what the compiler uses for code sections.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72819/new/
https://reviews.llvm.org/D72819
More information about the llvm-commits
mailing list