]> granicus.if.org Git - clang/commit
[SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on Linux.
authorJames Y Knight <jyknight@google.com>
Thu, 4 Jun 2015 15:36:29 +0000 (15:36 +0000)
committerJames Y Knight <jyknight@google.com>
Thu, 4 Jun 2015 15:36:29 +0000 (15:36 +0000)
commit72ab0e468813fb6774e646d136a9891364b37b05
treee22065f93f20425d875634822e1520b60c2c164f
parent7eab27254979d537458abf85464f2aa64d7d819a
[SPARC] Fix types of size_t, intptr_t, and ptrdiff_t on Linux.

They should be 'int' instead of 'long int' everywhere else except
NetBSD too, from what I gather in GCC's spec files. So, optimistically
changing it for everyone else, too.

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