[PATCH] D32183: Remove mips64 defines from darwin-specific file

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 14:17:56 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL300598: Remove mips64 defines from darwin-specific file (authored by fjricci).

Changed prior to commit:
  https://reviews.llvm.org/D32183?vs=95608&id=95626#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32183

Files:
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc


Index: compiler-rt/trunk/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
@@ -14,7 +14,7 @@
 #include "sanitizer_platform.h"
 
 #if SANITIZER_MAC && (defined(__x86_64__) || defined(__aarch64__) || \
-                      defined(__mips64) || defined(__i386))
+                      defined(__i386))
 
 #include <mach/mach.h>
 
@@ -94,4 +94,4 @@
 } // namespace __sanitizer
 
 #endif  // SANITIZER_MAC && (defined(__x86_64__) || defined(__aarch64__)) ||
-        //                   defined(__mips64) || defined(__i386))
+        //                   defined(__i386))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32183.95626.patch
Type: text/x-patch
Size: 785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170418/36c1336b/attachment.bin>


More information about the llvm-commits mailing list