Rollup merge of #132097 - radiohertz:master, r=ehuss

sanitizer.md: LeakSanitizer is not supported on aarch64 macOS

related to #98473
This commit is contained in:
Matthias Krüger 2024-10-24 19:39:14 +02:00 committed by GitHub
commit c309366e5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -690,7 +690,6 @@ LeakSanitizer is run-time memory leak detector.
LeakSanitizer is supported on the following targets:
* `aarch64-apple-darwin`
* `aarch64-unknown-linux-gnu`
* `x86_64-apple-darwin`
* `x86_64-unknown-linux-gnu`