frewsxcv created this revision.
frewsxcv requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Confirmed that AddressSanitizer works on my new Macbook Air.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92995

Files:
  clang/docs/AddressSanitizer.rst


Index: clang/docs/AddressSanitizer.rst
===================================================================
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -273,7 +273,7 @@
 AddressSanitizer is supported on:
 
 * Linux i386/x86\_64 (tested on Ubuntu 12.04)
-* macOS 10.7 - 10.11 (i386/x86\_64)
+* macOS 10.7 - 10.11 (i386/x86\_64/aarch64)
 * iOS Simulator
 * Android ARM
 * NetBSD i386/x86\_64


Index: clang/docs/AddressSanitizer.rst
===================================================================
--- clang/docs/AddressSanitizer.rst
+++ clang/docs/AddressSanitizer.rst
@@ -273,7 +273,7 @@
 AddressSanitizer is supported on:
 
 * Linux i386/x86\_64 (tested on Ubuntu 12.04)
-* macOS 10.7 - 10.11 (i386/x86\_64)
+* macOS 10.7 - 10.11 (i386/x86\_64/aarch64)
 * iOS Simulator
 * Android ARM
 * NetBSD i386/x86\_64
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to