commit | 5761e3cef42fb188453253f9e0793542ec7a2eae | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Mon Oct 07 08:30:46 2019 +0000 |
committer | Fangrui Song <maskray@google.com> | Mon Oct 07 08:30:46 2019 +0000 |
tree | 41166c4921343703442bfc4cd105487e56b4da1a | |
parent | beb696e2a68c4715fb21f282f83be8590979d112 [diff] |
[ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{read,write}* This allows us to delete `using namespace llvm::support::endian` and simplify D68323. This change adds runtime config->endianness check but the overhead should be negligible. Reviewed By: ruiu Differential Revision: https://reviews.llvm.org/D68561 llvm-svn: 373884