llvm-6502/lib/ExecutionEngine/RuntimeDyld
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
..
CMakeLists.txt
GDBRegistrar.cpp
JITRegistrar.h
LLVMBuild.txt
Makefile
ObjectImageCommon.h Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. 2013-01-25 22:50:58 +00:00
RuntimeDyld.cpp Formatting, grammar 2013-02-20 18:24:34 +00:00
RuntimeDyldELF.cpp Respect Addend when processing MCJIT relocations to local/global symbols. 2013-04-05 13:29:04 +00:00
RuntimeDyldELF.h
RuntimeDyldImpl.h Make the host endianness check an integer constant expression. 2013-04-15 14:44:24 +00:00
RuntimeDyldMachO.cpp RuntimeDyld: Fix errant fallthrough. 2013-01-31 19:46:28 +00:00
RuntimeDyldMachO.h