[LangRef] Document that DataLayout defaults to little-endian

Little-endian has apparently been the default since 2014.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D112316
This commit is contained in:
Fraser Cormack 2021-10-22 15:19:25 +01:00
parent 74b2a4edcc
commit c3dce37a55
1 changed files with 1 additions and 1 deletions

View File

@ -2648,7 +2648,7 @@ default set of specifications which are then (possibly) overridden by
the specifications in the ``datalayout`` keyword. The default
specifications are given in this list:
- ``E`` - big endian
- ``e`` - little endian
- ``p:64:64:64`` - 64-bit pointers with 64-bit alignment.
- ``p[n]:64:64:64`` - Other address spaces are assumed to be the
same as the default address space.