Remove host endianness info from TargetData and
authorDuncan Sands <baldrick@free.fr>
Wed, 12 Dec 2007 23:03:45 +0000 (23:03 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 12 Dec 2007 23:03:45 +0000 (23:03 +0000)
commit67f1c493d105fdfb8ffa980ff82ff7d9e3fafefc
treef4deb78e05abb63d0a95fc6c7eb5f0bcbf58d20b
parent8d2ed33f6f16850a7062d1fb5ab66fd025f301e8
Remove host endianness info from TargetData and
put it in a new header System/Host.h instead.
Instead of getting the endianness from configure,
calculate it directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44959 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/configure.ac
configure
include/llvm/Config/config.h.in
include/llvm/System/Host.h [new file with mode: 0644]
include/llvm/Target/TargetData.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/Target/TargetData.cpp