[PATCH] Do not define CRT_HAS_128BIT for MIPS64
Joerg Sonnenberger
joerg at NetBSD.org
Wed Dec 17 06:27:55 PST 2014
With the change, LGTM.
================
Comment at: lib/builtins/int_types.h:59
@@ -58,3 +58,3 @@
-#if __LP64__
+#if defined(__LP64__) && !defined(__mips__)
#define CRT_HAS_128BIT
----------------
Add a comment with the bug reference here please (i.e. MIPS64 issue: PR 20098).
http://reviews.llvm.org/D6703
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list