Skip to content

Commit

Permalink
Remove mips64 defines from darwin-specific file
Browse files Browse the repository at this point in the history
Reviewers: kubamracek, alekseyshl

Subscribers: llvm-commits, arichardson

Differential Revision: https://reviews.llvm.org/D32183

llvm-svn: 300598
  • Loading branch information
fjricci committed Apr 18, 2017
1 parent aa31dce commit 55735a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -94,4 +94,4 @@ uptr SuspendedThreadsListMac::RegisterCount() const {
} // namespace __sanitizer

#endif // SANITIZER_MAC && (defined(__x86_64__) || defined(__aarch64__)) ||
// defined(__mips64) || defined(__i386))
// defined(__i386))

0 comments on commit 55735a7

Please sign in to comment.