summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
authorKevin Qin <Kevin.Qin@arm.com>2014-02-24 02:45:03 +0000
committerKevin Qin <Kevin.Qin@arm.com>2014-02-24 02:45:03 +0000
commitad64f6d4e541972ee688fca23eae71b2304e567c (patch)
tree142c1e4286194d17bbbdc5922b0e5a623cd3c95a /clang/lib/Lex/Preprocessor.cpp
parent51bacfd9c7b671da9c6bb0c3f98cb775994cffdd (diff)
downloadbcm5719-llvm-ad64f6d4e541972ee688fca23eae71b2304e567c.tar.gz
bcm5719-llvm-ad64f6d4e541972ee688fca23eae71b2304e567c.zip
[AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.
Most 64-bit targets define int64_t as long int, and AArch64 should make same definition to follow LP64 model. In GNU tool chain, int64_t is defined as long int for 64-bit target. So to get consistent with GNU, it's better Changing int64_t from 'long long int' to 'long int', otherwise clang will get different name mangling suffix compared with g++. llvm-svn: 202004
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud