[lld] [LLD][AArch64] Increase alignment of AArch64AbsLongThunk to 8 (PR #133738)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 31 10:21:28 PDT 2025
================
@@ -4317,14 +4317,19 @@ InputSection *ThunkSection::getTargetInputSection() const {
bool ThunkSection::assignOffsets() {
uint64_t off = 0;
+ bool alignChange = false;
----------------
smithp35 wrote:
ACK. Will upload another diff. Will wait tomorrow before merging so I can see if any bots have trouble.
https://github.com/llvm/llvm-project/pull/133738
More information about the llvm-commits
mailing list