[PATCH] D57575: [LLD] [COFF] Create range extension thunks for ARM64

Tom Tan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 10:52:30 PST 2019


TomTan added inline comments.


================
Comment at: COFF/Chunks.cpp:690
+// A position independent ARM64 adrp+add thunk, with a maximum range of
+// 4 GB, which is enough for any PE-COFF.
+const uint8_t Arm64Thunk[] = {
----------------
nit: specify the range is ±4GB?


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

https://reviews.llvm.org/D57575





More information about the llvm-commits mailing list