Skip to content

Commit

Permalink
sanitizers: Stabilize AddressSanitizer for aarch64-apple-darwin
Browse files Browse the repository at this point in the history
Stabilize AddressSanitizer for aarch64-apple-darwin since it was
promoted to Tier 1 in #128592.
  • Loading branch information
rcvalle committed Nov 19, 2024
1 parent bed8f9c commit 72102f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub(crate) fn target() -> Target {
max_atomic_width: Some(128),
// FIXME: The leak sanitizer currently fails the tests, see #88132.
supported_sanitizers: SanitizerSet::ADDRESS | SanitizerSet::CFI | SanitizerSet::THREAD,
stable_sanitizers: SanitizerSet::ADDRESS,
..opts
},
}
Expand Down

0 comments on commit 72102f8

Please sign in to comment.