[PATCH] D143226: [llvm][RISCV] Introduce handling for R_RISCV_PLT32 relocation
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 2 17:46:48 PST 2023
MaskRay 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
+
----------------
jrtc27 wrote:
>
This is a difference in taste. In MC and lld tests, backslash at the previous line is pretty common.
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