[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:24:28 PST 2023
    
    
  
jrtc27 added a comment.
Title should say [MC] not [llvm]. Do we not also need CodeGen support for this to be useful outside of hand-written assembly?
================
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
+
----------------
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