]> granicus.if.org Git - clang/commit
[SystemZ] Fix definition of IntMaxType / Int64Type
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 30 Mar 2015 13:50:21 +0000 (13:50 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Mon, 30 Mar 2015 13:50:21 +0000 (13:50 +0000)
commit975362c0cd0359d3a9379cb752f91b9037aee593
treefce26bd5901d7bf200adb8ae0d4ee5c9cccb04e9
parentaa3d7abf77b339a529e84caaf9eba363c6f32450
[SystemZ] Fix definition of IntMaxType / Int64Type

Like on other 64-bit platforms, Int64Type should be SignedLong
on SystemZ, not SignedLongLong as per default.  This could cause
ABI incompatibilities in certain cases (e.g. name mangling).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233544 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/init.c
test/Preprocessor/stdint.c