This is an archive of the discontinued LLVM Phabricator instance.

[ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{read,write}*
ClosedPublic

Authored by MaskRay on Oct 7 2019, 12:47 AM.

Event Timeline

MaskRay created this revision.Oct 7 2019, 12:47 AM
ruiu accepted this revision.Oct 7 2019, 12:51 AM

LGTM

I think you can de-template some functions now, but that can be done in a follow-up patch.

This revision is now accepted and ready to land.Oct 7 2019, 12:51 AM
This revision was automatically updated to reflect the committed changes.