]> granicus.if.org Git - clang/commit
OpenBSD/sparc64 uses long long for int64_t and intmax_t.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 19 May 2013 17:53:37 +0000 (17:53 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 19 May 2013 17:53:37 +0000 (17:53 +0000)
commit5ac8c4f449e291d5a1a34777e58f4218794f4646
treef7f2c3822676cd9dd174aa7672f63fc90a24ba37
parent1c7315116ffb9b7527358ef2d145c5db68fccb36
OpenBSD/sparc64 uses long long for int64_t and intmax_t.

Other operating systems, including FreeBSD and NetBSD, use long.

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