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

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 08:15:25 PDT 2018


mgrang added inline comments.


================
Comment at: lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp:40
+  bool supportsEmittingDiffExpressions() const override { return true; }
+
   void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup,
----------------
Remove empty line.


Repository:
  rL LLVM

https://reviews.llvm.org/D45181





More information about the llvm-commits mailing list