[PATCH] D150870: [lld][Arm] Big Endian - Byte invariant support.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 09:32:35 PDT 2023
MaskRay added a comment.
> Instructions are big-endian in objects but little-endian in executables.
> Data is big-endian.
> ELF files are big-endian.
Instructions are big-endian in relocatable object files but little-endian in executables and shared objects. ("objects files" include executable files and shared object files as well)
Data is big-endian.
The data encoding of the ELF files is `ELFDATA2MSB`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150870/new/
https://reviews.llvm.org/D150870
More information about the llvm-commits
mailing list