This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Fix createObjectWriter after r315327
ClosedPublic

Authored by PkmX on Oct 10 2017, 8:33 PM.

Details

Summary

RISCV backend was left out of the changes so the master build is failing. Fixed accordingly.

Diff Detail

Repository
rL LLVM

Event Timeline

PkmX created this revision.Oct 10 2017, 8:33 PM
This revision was automatically updated to reflect the committed changes.
asb edited edge metadata.Oct 11 2017, 5:13 AM

Thanks, I fixed the header ordering in RISCVMCTargetDesc.h and committed.