Skip to content

Commit 72102f8

Browse files
committed
sanitizers: Stabilize AddressSanitizer for aarch64-apple-darwin
Stabilize AddressSanitizer for aarch64-apple-darwin since it was promoted to Tier 1 in rust-lang#128592.
1 parent bed8f9c commit 72102f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_target/src/spec/targets/aarch64_apple_darwin.rs

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub(crate) fn target() -> Target {
2222
max_atomic_width: Some(128),
2323
// FIXME: The leak sanitizer currently fails the tests, see #88132.
2424
supported_sanitizers: SanitizerSet::ADDRESS | SanitizerSet::CFI | SanitizerSet::THREAD,
25+
stable_sanitizers: SanitizerSet::ADDRESS,
2526
..opts
2627
},
2728
}

0 commit comments

Comments
 (0)