Go to file
Chris Lattner 2945c46e93 Move TargetData::hostIsLittleEndian out of line, which means we
don't have to #include config.h in it.  #including config.h breaks
other projects that have their own autoconf stuff and try to #include
the llvm headers.  One obscure example is llvm-gcc.

llvm-svn: 44825
2007-12-11 00:28:59 +00:00
clang Explicitly set the string literal type from "char *" to "constant array of char". 2007-12-11 00:00:01 +00:00
llvm Move TargetData::hostIsLittleEndian out of line, which means we 2007-12-11 00:28:59 +00:00