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 @@ -21,6 +21,7 @@ pub(crate) fn target() -> Target {
2121 max_atomic_width : Some ( 128 ) ,
2222 // FIXME: The leak sanitizer currently fails the tests, see #88132.
2323 supported_sanitizers : SanitizerSet :: ADDRESS | SanitizerSet :: CFI | SanitizerSet :: THREAD ,
24+ stable_sanitizers : SanitizerSet :: ADDRESS ,
2425 supports_xray : true ,
2526 ..opts
2627 } ,
Original file line number Diff line number Diff line change @@ -596,6 +596,7 @@ of these sanitizers:
596596
597597| Target | Sanitizers |
598598| -----------------------------| -----------------|
599+ | aarch64-apple-darwin | address |
599600| aarch64-unknown-linux-gnu | address, leak |
600601| i686-pc-windows-msvc | address |
601602| 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