[PATCH] [clang][MIPS] Removing __SIZEOF_INT128__ macro for MIPS64

Sagar Thakur Sagar.Thakur at imgtec.com
Thu Dec 4 04:07:10 PST 2014


Hi @majnemer,

Sorry, my mistake. The problem arises when we #include c++ header file <limits> and not with c header file <limits.h>

I tested it with: echo '#include <limits>' | clang++ -x c++ -target mips64-linux-gnu - -fsyntax-only.

I will change the comment.

http://reviews.llvm.org/D6402






More information about the cfe-commits mailing list