[PATCH] D45181: [RISCV] Add diff relocation support for RISC-V

Simon Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 02:05:32 PDT 2018


simoncook updated this revision to Diff 143061.
simoncook added a comment.

I've readded the reloc check line to `hilo-constaddr.s` and renamed `hilo-constaddr-invalid.s` to `hilo-constaddr-expr.s` since it is no longer checking something that is always invalid.


Repository:
  rL LLVM

https://reviews.llvm.org/D45181

Files:
  include/llvm/MC/MCAsmBackend.h
  include/llvm/MC/MCFixup.h
  lib/MC/MCAsmBackend.cpp
  lib/MC/MCAssembler.cpp
  lib/MC/MCExpr.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp
  lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
  test/MC/RISCV/fixups-expr.s
  test/MC/RISCV/hilo-constaddr-expr.s
  test/MC/RISCV/hilo-constaddr.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45181.143061.patch
Type: text/x-patch
Size: 12511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180419/2c868319/attachment.bin>


More information about the llvm-commits mailing list