diff options
author | Hal Finkel <hfinkel@anl.gov> | 2012-03-02 20:54:36 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2012-03-02 20:54:36 +0000 |
commit | 178a9b8b22cb77b4291bf076c0cd8d6561c7e711 (patch) | |
tree | 05659558a3e8c00da02f9b89293cb024398a93c5 /lib/CodeGen/CodeGenModule.cpp | |
parent | 7d613bf78325695b16aa82c139dcc1d598c0f7aa (diff) |
Fix an ABI problem with ptrdiff_t and intptr_t on PPC32
ptrdiff_t on PPC32 on Linux, etc. should be int not long.
This does not matter for C, but it does matter for C++ because of
name mangling.
The preprocessor test has been changed accordingly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151935 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions