[PATCH] D80390: [WIP][mips] Support 64-bit relative relocations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 30 10:03:10 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/mips-pc64.s:7
+# RUN: echo "SECTIONS { \
+# RUN:         . = 0x10000; .text ALIGN(0x10000) : { *(.text) } \
+# RUN:         . = 0x30000; .data                : { *(.data) } \
----------------
`.text 0x10000 : { *(.text) }`
ditto for `.data`

Single quotes are preferred for outermost quotes. There are sometimes needs for double quotes. Outermost single quotes avoid escaping.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80390





More information about the llvm-commits mailing list