[llvm] [RISCV] Support Global Dynamic TLSDESC in the RISC-V backend (PR #66915)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 12:39:40 PST 2024
================
@@ -0,0 +1,44 @@
+# RUN: llvm-mc -filetype=obj -triple riscv32 < %s --defsym RV32=1 | llvm-objdump -d -M no-aliases - | FileCheck %s --check-prefixes=INST,RV32
+# RUN: llvm-mc -filetype=obj -triple riscv64 < %s | llvm-objdump -d -M no-aliases - | FileCheck %s --check-prefixes=INST,RV64
----------------
MaskRay wrote:
I think we should use llvm-objdump `-d -r` to check relocations.
https://github.com/llvm/llvm-project/pull/66915
More information about the llvm-commits
mailing list