mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[RISCV] Set HasRelocationAddend for RISCVELFObjectWriter
llvm-svn: 311275
This commit is contained in:
parent
27ac91642e
commit
df0b1e71a3
@ -29,7 +29,7 @@ protected:
|
||||
|
||||
RISCVELFObjectWriter::RISCVELFObjectWriter(uint8_t OSABI, bool Is64Bit)
|
||||
: MCELFObjectTargetWriter(Is64Bit, OSABI, ELF::EM_RISCV,
|
||||
/*HasRelocationAddend*/ false) {}
|
||||
/*HasRelocationAddend*/ true) {}
|
||||
|
||||
RISCVELFObjectWriter::~RISCVELFObjectWriter() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user