File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
compiler/rustc_target/src/spec/targets Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -552,6 +552,7 @@ of these sanitizers:
552552
553553| Target | Sanitizers |
554554| -----------------------------| -----------------|
555+ | aarch64-apple-darwin | address |
555556| aarch64-unknown-linux-gnu | address, leak |
556557| i686-pc-windows-msvc | address |
557558| i686-unknown-linux-gnu | address |
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ of these sanitizers:
2020
2121| Target | Sanitizers |
2222| -----------------------------| -----------------|
23+ | aarch64-apple-darwin | address |
2324| aarch64-unknown-linux-gnu | address, leak |
2425| i686-pc-windows-msvc | address |
2526| i686-unknown-linux-gnu | address |
You can’t perform that action at this time.
0 commit comments