[PATCH] D77330: Consider increasing the default ARM32 page size to 64k.

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 12 06:23:41 PDT 2020


thieta marked an inline comment as done.
thieta added inline comments.


================
Comment at: lld/test/ELF/arm-branch-rangethunk.s:12
  .globl _start
- .balign 0x10000
+ .balign 0x20000
  .type _start,%function
----------------
@psmith - I just remembered that I didn't get this test to work. @MaskRay told me that the `Inputs/far-long-arm-abs.s` had to be updated as well - but can't say I am sure how exactly.

So if anyone could show me the exact values or how to calculate them in the input file that would be very helpful.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77330





More information about the llvm-commits mailing list