[PATCH] D92995: Indicate that AddressSanitizer is supported on Apple Silicon.
Corey Farwell via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 9 19:51:14 PST 2020
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92995.310750.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201210/a6d8eae7/attachment.bin>
More information about the cfe-commits
mailing list