diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-10-18 00:00:50 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-10-18 00:00:50 +0000 |
commit | 8d799f8ef9817ff1f709be242811c19fa2b42e97 (patch) | |
tree | 6d746fb0fc5957a4a6ecacce82998b34be986c1b /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | c4fcc189d2f7e8bfdab0d8da576ff6ce0adb1d23 (diff) | |
download | llvm-8d799f8ef9817ff1f709be242811c19fa2b42e97.zip llvm-8d799f8ef9817ff1f709be242811c19fa2b42e97.tar.gz llvm-8d799f8ef9817ff1f709be242811c19fa2b42e97.tar.bz2 |
Basic: fix __{,U}INTPTR_TYPE__ on ARM
Darwin and OpenBSD are the only platforms which use `long int` for
`__INTPTR_TYPE__`. The other platforms use `int` in 32-bit, and `long
int` on 64-bit (except for VMS and Windows which are LLP64). Adjust the
type definitions to match the platform definitions. We now generate the
same definition as GCC on all the targets.
llvm-svn: 316046
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions