[PATCH] D143226: [llvm][RISCV] Introduce handling for R_RISCV_PLT32 relocation

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 2 17:49:40 PST 2023


jrtc27 added inline comments.


================
Comment at: llvm/test/MC/RISCV/elf-reloc-plt32.s:1-2
+# RUN: llvm-mc -triple=riscv64 -filetype=obj %s -o - | \
+# RUN:   llvm-readobj -r - | FileCheck %s
+
----------------
MaskRay wrote:
> jrtc27 wrote:
> > 
> This is a difference in taste. In MC and lld tests, backslash at the previous line is pretty common.
In a tree I have lying around from August there are only 4 instances of `\| \\$` in llvm/test/MC/RISCV but 1088 of `:  *\| `


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143226



More information about the llvm-commits mailing list