[PATCH] D143226: [MC][CodeGen] Introduce handling for R_RISCV_PLT32 relocation

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 15:33:30 PST 2023


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/dso_local_equivalent.ll:6
+; CHECK-LABEL: const:
+; CHECK:         .word   extern_func at PLT-const
+
----------------
MaskRay wrote:
> You can add `{{$}}` to the end to prevent such a mistake or switch to `FileCheck --match-full-lines`
Sorry, my bad, I meant to say CHECK-NEXT here but forgot to alter what I copied...


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