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.
2 parents 27050c0 + 150b1dc commit 8af5644Copy full SHA for 8af5644
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 target-feature=+tagged-globals -C unsafe-allow-abi-mismatch=sanitizer
9
10
//@ run-fail
11
//@ error-pattern: HWAddressSanitizer: tag-mismatch
0 commit comments