[lld] [LLD][AArch64] Increase alignment of AArch64AbsLongThunk to 8 (PR #133738)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 10:04:32 PDT 2025


================
@@ -4317,14 +4317,19 @@ InputSection *ThunkSection::getTargetInputSection() const {
 
 bool ThunkSection::assignOffsets() {
   uint64_t off = 0;
+  bool alignChange = false;
----------------
MaskRay wrote:

Declare `changed = false` instead of adding a new variable?

https://github.com/llvm/llvm-project/pull/133738


More information about the llvm-commits mailing list