[PATCH] D78301: [ARM][MC][Thumb] Revert relocation for some pc-relative fixups.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 08:05:26 PDT 2020


MaskRay added a comment.

LGTM, but I'll defer the approval to Peter.



================
Comment at: llvm/test/MC/ARM/thumb1-relax-adr.s:9
 @ CHECK-ERROR: unsupported relocation on symbol
-@ CHECK-ELF-T1: 0x0 R_ARM_THM_PC8 _func2 0x0
-@ CHECK-ELF-T2: 0x0 R_ARM_THM_ALU_PREL_11_0 _func2 0x0
+
----------------
delete empty line


================
Comment at: llvm/test/MC/ARM/thumb1-relax-ldrlit.s:9
 @ CHECK-ERROR: unsupported relocation on symbol
-@ CHECK-ELF-T1: 0x0 R_ARM_THM_PC8 _func2 0x0
-@ CHECK-ELF-T2: 0x0 R_ARM_THM_PC12 _func2 0x0
+
----------------
delete empty line


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78301





More information about the llvm-commits mailing list