[patch] Find if we are big endian at compile time

Nathan Froyd nfroyd at mozilla.com
Thu Apr 11 15:46:13 PDT 2013


On Thu, Apr 11, 2013 at 05:36:29PM -0400, Rafael EspĂ­ndola wrote:
> The attached patches just use the compiler provided macros.

It's worth noting that __BYTE_ORDER__ and friends are only available
starting with GCC 4.6.

-Nathan



More information about the llvm-commits mailing list