[PATCH] D12861: [WebAssembly] Use "long long" for int_fast64_t and int_least64_t on wasm64
Dan Gohman via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 14 13:43:56 PDT 2015
sunfish created this revision.
sunfish added a reviewer: jfb.
sunfish added a subscriber: cfe-commits.
sunfish set the repository for this revision to rL LLVM.
Herald added subscribers: dschuff, jfb.
This makes int_fast64_t and int_least64_t the same type as int64_t, and eliminates a difference between wasm32 and wasm64.
Repository:
rL LLVM
http://reviews.llvm.org/D12861
Files:
include/clang/Basic/TargetInfo.h
lib/Basic/Targets.cpp
test/Preprocessor/init.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12861.34727.patch
Type: text/x-patch
Size: 6445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150914/2130ce37/attachment.bin>
More information about the cfe-commits
mailing list