[PATCH] [clang][MIPS] Removing __SIZEOF_INT128__ macro for MIPS64
Sagar Thakur
Sagar.Thakur at imgtec.com
Fri Nov 28 00:58:13 PST 2014
The previous was not allowing declaration of __int128 types in standard
header files like limit.h.
This patch will allow declaration of __int128 type and just undefined the 128-bit macro
for mips64 and mips64el.
http://reviews.llvm.org/D6402
Files:
lib/Frontend/InitPreprocessor.cpp
test/Preprocessor/init.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6402.16715.patch
Type: text/x-patch
Size: 1499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141128/faf6e5ed/attachment.bin>
More information about the cfe-commits
mailing list