Go to file
Eli Friedman 2857ccbaa7 Fix for PR4192: fix the definition of int64_t on x86_64 Linux.
Note that I'm guessing that *BSD and Solaris do the same thing as Linux 
here, but it's quite possible I'm wrong; if the following testcase 
gives an error on x86-64 with gcc for any of those operating systems, please
tell me:

#include <stdint.h>

int64_t x; long x;

llvm-svn: 74583
2009-07-01 03:36:11 +00:00
clang Fix for PR4192: fix the definition of int64_t on x86_64 Linux. 2009-07-01 03:36:11 +00:00
compiler-rt initial web page for compiler_rt 2009-06-30 22:56:43 +00:00
llvm Fix some fast-isel problems selecting global variable addressing in 2009-07-01 03:27:19 +00:00