llvm-6502/lib/ExecutionEngine
Rafael Espindola 21a01d1ea8 Make the host endianness check an integer constant expression.
I will remove the isBigEndianHost function once I update clang.

The ifdef logic is designed to
* not use configure/cmake to avoid breaking -arch i686 -arch ppc.
* default to little endian
* be as small as possible

It looks like sys/endian.h is the preferred header on most modern BSD systems,
but it is better to change this in a followup patch as machine/endian.h is
available on FreeBSD, OpenBSD, NetBSD and OS X.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179527 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-15 14:44:24 +00:00
..
IntelJITEvents
Interpreter Revert r179409 because it caused some warnings and some of the build bots fail. 2013-04-12 22:02:26 +00:00
JIT
MCJIT
OProfileJIT
RuntimeDyld Make the host endianness check an integer constant expression. 2013-04-15 14:44:24 +00:00
CMakeLists.txt
EventListenerCommon.h
ExecutionEngine.cpp Make the host endianness check an integer constant expression. 2013-04-15 14:44:24 +00:00
ExecutionEngineBindings.cpp
LLVMBuild.txt
Makefile
TargetSelect.cpp