We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6244eff commit 2acc4ebCopy full SHA for 2acc4eb
tests/ui/sanitizer/hwaddress.rs
@@ -1,11 +1,7 @@
1
//@ needs-sanitizer-support
2
//@ needs-sanitizer-hwaddress
3
//
4
-// FIXME(#83706): this test triggers errors on aarch64-gnu
5
-//@ ignore-aarch64-unknown-linux-gnu
6
-//
7
-// FIXME(#83989): codegen-units=1 triggers linker errors on aarch64-gnu
8
-//@ compile-flags: -Z sanitizer=hwaddress -O -g -C codegen-units=16 -C unsafe-allow-abi-mismatch=sanitizer
+//@ compile-flags: -Z sanitizer=hwaddress -O -g -C unsafe-allow-abi-mismatch=sanitizer -C target-feature=+tagged-globals
9
10
//@ run-fail
11
//@ error-pattern: HWAddressSanitizer: tag-mismatch
0 commit comments