Skip to content

Commit a69c4e3

Browse files
Auto merge of #148032 - Enselic:hwasan-fix, r=<try>
tests/ui/sanitizer/hwaddress.rs: Run on aarch64 and remove cgu hack try-job: aarch64-gnu
2 parents 11d2046 + 0c46208 commit a69c4e3

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
shallow = true
2525
[submodule "src/llvm-project"]
2626
path = src/llvm-project
27-
url = https://github.com/rust-lang/llvm-project.git
28-
branch = rustc/21.1-2025-08-01
27+
url = https://github.com/Enselic/llvm-project.git
28+
branch = rustc/21.1-2025-08-01_plus-hwasan-link-fix
2929
shallow = true
3030
[submodule "src/doc/embedded-book"]
3131
path = src/doc/embedded-book

tests/ui/sanitizer/hwaddress.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
//@ needs-sanitizer-support
22
//@ needs-sanitizer-hwaddress
33
//
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
4+
//@ compile-flags: -Z sanitizer=hwaddress -O -g -C unsafe-allow-abi-mismatch=sanitizer
95
//
106
//@ run-fail
117
//@ error-pattern: HWAddressSanitizer: tag-mismatch

0 commit comments

Comments
 (0)