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

Simon Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 7 14:19:00 PDT 2018


simoncook updated this revision to Diff 141512.
simoncook retitled this revision from "[RISCV WIP] Add diff relocation support for RISC-V" to "[RISCV] Add diff relocation support for RISC-V".
simoncook added a comment.

Take part of test I removed as it now produces and error,  and turn it into an explicit test for an error message.


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-invalid.s
  test/MC/RISCV/hilo-constaddr.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45181.141512.patch
Type: text/x-patch
Size: 13064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180407/a4a88e4b/attachment.bin>


More information about the llvm-commits mailing list