LGTM with the only nit.
REPOSITORY
rL LLVM
================
Comment at: lib/Frontend/InitPreprocessor.cpp:665
@@ -664,2 +664,3 @@
TI.getTypeWidth(TI.getWIntType()), TI, Builder);
- if (TI.hasInt128Type())
+ if (TI.hasInt128Type() && !(TI.getTriple().getArch() ==
llvm::Triple::mips64el
+ || TI.getTriple().getArch() == llvm::Triple::mips64))
----------------
I would add a comment describes that it is a temporary workaround while MIPS
has no fully supported 128-bit integers and we do not want to get an error from
limit.h.
http://reviews.llvm.org/D6402
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits