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.
Details
Details
- Reviewers
atanasyan ruiu • espindola - Commits
- rLLD373884: [ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{read…
rG5761e3cef42f: [ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{read…
rL373884: [ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{read…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
I think you can de-template some functions now, but that can be done in a follow-up patch.