[PATCH] Do not define CRT_HAS_128BIT for MIPS64

Joerg Sonnenberger joerg at NetBSD.org
Wed Dec 17 09:37:44 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:
> 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?

http://reviews.llvm.org/D6703

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






More information about the llvm-commits mailing list