[PATCH] D114172: [ARM] implement support for ALU/LDR PC-relative group relocations

Ard Biesheuvel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 14:02:01 PST 2021


ardb marked 14 inline comments as done.
ardb added inline comments.


================
Comment at: lld/test/ELF/arm-adr-err-long.s:3
+// RUN: llvm-mc --triple=armv7a-none-eabi --arm-add-build-attributes -filetype=obj -o %t.o %s
+// RUN: echo "SECTIONS { \
+// RUN:                 .text.0 0x100000 : AT(0x100000) { *(.text.0) } \
----------------
MaskRay wrote:
> Use `split-file` to avoid complex multi-line echo.
That code was taken verbatim from arm-adr-long.s so I see no need to deviate from it here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114172



More information about the llvm-commits mailing list