]> granicus.if.org Git - clang/commit
Basic: restore {,u}intptr_t on NetBSD/ARM
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 20 Oct 2017 04:11:28 +0000 (04:11 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 20 Oct 2017 04:11:28 +0000 (04:11 +0000)
commitf4502ab59c7b68d9e97b6a7f95e788535ab526cd
tree3a1b0b9fb207e40fd17cf728c7fb517ed7b316ef
parent53df1a5045c5c9471b0b4b00f8d64433d862699d
Basic: restore {,u}intptr_t on NetBSD/ARM

NetBSD uses `long int` for `intptr_t` on ARM.  This was changed in SVN
r316046, referenced against other compilers.  However, NetBSD's
reference was incorrect as the current clang behaviour is more
up-to-date.  Restore the original behaviour for that target.

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