diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-07-01 03:36:11 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-07-01 03:36:11 +0000 |
commit | 2857ccbaa7b1c755af1b392b13f0636fb0326a24 (patch) | |
tree | 770d9c528e132a785a57664378f44c16cb228291 /llvm/examples/ModuleMaker/ModuleMaker.cpp | |
parent | f95fa1b721e997510a19e5392bf326269ac04741 (diff) | |
download | bcm5719-llvm-2857ccbaa7b1c755af1b392b13f0636fb0326a24.tar.gz bcm5719-llvm-2857ccbaa7b1c755af1b392b13f0636fb0326a24.zip |
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
Diffstat (limited to 'llvm/examples/ModuleMaker/ModuleMaker.cpp')
0 files changed, 0 insertions, 0 deletions