[all-commits] [llvm/llvm-project] 524e0d: [test] Migrate Arm thunk tests to the default thun...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Jul 30 09:39:10 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 524e0d24b274ad5ae5687558963661196eb1ab87
      https://github.com/llvm/llvm-project/commit/524e0d24b274ad5ae5687558963661196eb1ab87
  Author: Fangrui Song <i at maskray.me>
  Date:   2026-07-30 (Thu, 30 Jul 2026)

  Changed paths:
    M lld/test/ELF/arm-bl-v4t.s
    M lld/test/ELF/arm-branch-rangethunk.s
    M lld/test/ELF/arm-force-pi-thunk.s
    M lld/test/ELF/arm-thumb-condbranch-thunk.s
    M lld/test/ELF/arm-thumb-interwork-shared.s
    M lld/test/ELF/arm-thumb-interwork-thunk.s
    M lld/test/ELF/arm-thumb-mix-range-thunk-os.s
    M lld/test/ELF/arm-thumb-plt-range-thunk-os.s
    M lld/test/ELF/arm-thumb-range-thunk-os-no-ext.s
    M lld/test/ELF/arm-thumb-range-thunk-os.s
    M lld/test/ELF/arm-thunk-arm-thumb-reuse.s
    M lld/test/ELF/arm-thunk-linkerscript-dotexpr.s
    M lld/test/ELF/arm-thunk-linkerscript-orphan.s
    M lld/test/ELF/arm-thunk-linkerscript.s
    M lld/test/ELF/arm-thunk-re-add.s

  Log Message:
  -----------
  [test] Migrate Arm thunk tests to the default thunk order (#212694)

Drop -z nosort-thunks (added by #211721 to keep creation order) and
update expectations to the default order: forward thunks sorted by
descending destination. Backward-only thunk sections keep creation
order and are unchanged.

In arm-thunk-re-add.s, retarget beq.w to imported2: sorting places
imported's pool thunk just within conditional-branch range, so
beq.w imported would reuse it instead of re-adding a thunk.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list