]> granicus.if.org Git - clang/commit
[WebAssembly] Use "long long" for int_fast64_t and int_least64_t on wasm64
authorDan Gohman <dan433584@gmail.com>
Mon, 14 Sep 2015 21:49:41 +0000 (21:49 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 14 Sep 2015 21:49:41 +0000 (21:49 +0000)
commitf9860da54f4dab46ccaeb5bc838155e164f0d030
treeddfb107042dd0294967c86df907f4b71a6ca7c87
parent0ed34fe7f02a3ea4b1baac00603b58d7d41a94ac
[WebAssembly] Use "long long" for int_fast64_t and int_least64_t on wasm64

This makes int_fast64_t and int_least64_t the same type as int64_t, and
eliminates a difference between wasm32 and wasm64.

Differential Revision: http://reviews.llvm.org/D12861

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