[PATCH] D44887: [RISCV] Add shouldForceRelocationWithApplyFixup MC AsmBackend Target Hook
Sameer AbuAsal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 15 21:52:52 PDT 2018
sabuasal added inline comments.
================
Comment at: test/MC/RISCV/rv32-relaxation.s:4
+# RUN: llvm-mc -filetype=obj -triple riscv32 -mattr=+c,+relax < %s \
+# RUN: | llvm-objdump -d -riscv-no-aliases - | FileCheck -check-prefix=INSTR %s
----------------
Can we add test to check that the relocation is actually recorded. same tests you had in https://reviews.llvm.org/D44971 make sense.
Repository:
rL LLVM
https://reviews.llvm.org/D44887
More information about the llvm-commits
mailing list