[PATCH] Do not define CRT_HAS_128BIT for MIPS64

Petar Jovanovic petarj at mips.com
Wed Dec 17 17:15:43 PST 2014


================
Comment at: lib/builtins/int_types.h:59
@@ -58,3 +58,3 @@
 
-#if __LP64__
+#if defined(__LP64__) && !defined(__mips__)
 #define CRT_HAS_128BIT
----------------
joerg wrote:
> joerg wrote:
> > Add a comment with the bug reference here please (i.e. MIPS64 issue: PR 20098).
> I think this should also be restricted to __clang__, GCC works fine, doesn't it?
Done.
Yes, it's clang only. I have just updated the patch.

http://reviews.llvm.org/D6703

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list