[PATCH] D77672: Support a few more SPARCv9 relocations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 23:21:58 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/sparcv9-reloc.s:36
+.section .ABS,"ax", at progbits
+    .quad a
+    .long c
----------------
Indenting by 2 should be sufficient.


================
Comment at: lld/test/ELF/sparcv9-tls-le.s:5
+# RUN: llvm-objdump -d --no-show-raw-insn %t | FileCheck --check-prefix=LE %s
+
+sethi %tle_hix22(a), %o0
----------------
Add a `## ` comment how the values are computed.


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

https://reviews.llvm.org/D77672





More information about the llvm-commits mailing list