[PATCH] D127549: RISCV: handle 64-bit PCREL data relocations

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 16:03:11 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/test/MC/RISCV/instr-profile.s:1
+# RUN: llvm-mc -triple riscv64-unknown-linux-gnu -filetype obj -o - %s | llvm-readobj -r - | FileCheck %s
+
----------------
The test name should not attach to the specific instr-profile.s. It can be a generic filename indicating 64-bit PC-relative support. Other instrumentations may use 64-bit PCrel too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127549



More information about the llvm-commits mailing list