Leak sanitizer does not work on aarch64 macOS #98473
Labels
A-sanitizers
Area: Sanitizers for correctness and code quality
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
I tried this code:
I expected to see this happen: The binary would be built and run with the leak sanitizer enabled.
Instead, this happened:
rustc
writes an unsupported error and exits. The sanitizer docs stateaarch64-apple-darwin
to be a supported target, which conflicts with the actual behavior. I don't know if the documentation is incorrect or if there's a compiler bug somewhere.Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: