[PATCH] D141272: [lld][ARM] support position independent thunks for Armv4(T)

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 16:28:01 PST 2023


MaskRay added inline comments.


================
Comment at: lld/test/ELF/arm-bl-v4.s:75
+  . = SIZEOF_HEADERS;
+  .low 0x01000000 : { *(.low) }
+  .high 0x06000000 : { *(.high) }
----------------
Ideally you combine near.lds and far.lds and let a.s contain both a near call and a far call.
This decreases the number of RUN lines


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141272



More information about the llvm-commits mailing list