We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed8f9c commit 72102f8Copy full SHA for 72102f8
compiler/rustc_target/src/spec/targets/aarch64_apple_darwin.rs
@@ -22,6 +22,7 @@ pub(crate) fn target() -> Target {
22
max_atomic_width: Some(128),
23
// FIXME: The leak sanitizer currently fails the tests, see #88132.
24
supported_sanitizers: SanitizerSet::ADDRESS | SanitizerSet::CFI | SanitizerSet::THREAD,
25
+ stable_sanitizers: SanitizerSet::ADDRESS,
26
..opts
27
},
28
}
0 commit comments