[RISCV] Fix build after r315254
authorAlex Bradbury <asb@lowrisc.org>
Tue, 10 Oct 2017 07:19:18 +0000 (07:19 +0000)
committerAlex Bradbury <asb@lowrisc.org>
Tue, 10 Oct 2017 07:19:18 +0000 (07:19 +0000)
commit8cc99f1887df7035e677940bba48063858360f2d
treea14d7a96f04f9efcb6780ca17bab1a78b7834bc5
parenta88306e6fb9ca95830320ee85b86304291f1c905
[RISCV] Fix build after r315254

createELFObjectWriter now takes a std::unique_ptr<MCELFObjectTargetWriter>
rather than a MCELFObjectTargetWriter*.

llvm-svn: 315275
llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp