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 @@ -539,6 +539,7 @@ of these sanitizers:
539
539
540
540
| Target | Sanitizers |
541
541
| -----------------------------| -----------------|
542
+ | aarch64-apple-darwin | address |
542
543
| aarch64-unknown-linux-gnu | address, leak |
543
544
| i686-pc-windows-msvc | address |
544
545
| 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