[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)
commit4b4d19ede267cb56f4463c24c1d335cfc195d0c3
tree0e1877d4071455a9726abdbfb9742c184c9d5ffc
parenta401eee22fabea8d214ab604037c937277477c38
[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.

llvm-svn: 239046
clang/lib/Basic/Targets.cpp
clang/test/Preprocessor/init.c