[PATCH] D45181: [RISCV] Add diff relocation support for RISC-V
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 16 08:10:41 PDT 2018
asb added inline comments.
================
Comment at: test/MC/RISCV/hilo-constaddr.s:3
# RUN: | llvm-objdump -d - | FileCheck %s -check-prefix=CHECK-INSTR
# Check the assembler can handle hi and lo expressions with a constant
----------------
We shouldn't lose the CHECK-REL check from this file, and probably would want to keep the check for the difference of two labels.
Repository:
rL LLVM
https://reviews.llvm.org/D45181
More information about the llvm-commits
mailing list