File tree 3 files changed +3
-0
lines changed
compiler/rustc_target/src/spec/targets
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 {
22
22
max_atomic_width : Some ( 128 ) ,
23
23
// FIXME: The leak sanitizer currently fails the tests, see #88132.
24
24
supported_sanitizers : SanitizerSet :: ADDRESS | SanitizerSet :: CFI | SanitizerSet :: THREAD ,
25
+ stable_sanitizers : SanitizerSet :: ADDRESS ,
25
26
..opts
26
27
} ,
27
28
}
Original file line number Diff line number Diff line change @@ -552,6 +552,7 @@ of these sanitizers:
552
552
553
553
| Target | Sanitizers |
554
554
| -----------------------------| -----------------|
555
+ | aarch64-apple-darwin | address |
555
556
| aarch64-unknown-linux-gnu | address, leak |
556
557
| i686-pc-windows-msvc | address |
557
558
| i686-unknown-linux-gnu | address |
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ of these sanitizers:
20
20
21
21
| Target | Sanitizers |
22
22
| -----------------------------| -----------------|
23
+ | aarch64-apple-darwin | address |
23
24
| aarch64-unknown-linux-gnu | address, leak |
24
25
| i686-pc-windows-msvc | address |
25
26
| i686-unknown-linux-gnu | address |
You can’t perform that action at this time.
0 commit comments