From c3dce37a55e1aac60ac371a596dee8f7591d77ea Mon Sep 17 00:00:00 2001 From: Fraser Cormack Date: Fri, 22 Oct 2021 15:19:25 +0100 Subject: [PATCH] [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 --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 4303b9c..601911d 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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. -- 2.7.4