[PATCH] D77330: Consider increasing the default ARM32 page size to 64k.
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 13:20:17 PDT 2020
thieta marked an inline comment as done.
thieta added inline comments.
================
Comment at: lld/test/ELF/arm-thumb-interwork-abs.s:31
+// CHECK: 00021000 <arm_caller>:
+// CHECK-NEXT: 21000: b #-57352
+// CHECK-NEXT: 21004: bl #-57356
----------------
This looked a bit strange to me as I was working through this test. I am not sure if the -57352 is correct here it seems like a very large negative number which is not something I usually see in the other files. If anyone can double check it it would be great.
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