UI test sanitize/hwaddress.rs
fails with linker error on aarch64 when executed with 1 CGU
#83989
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-AArch64
Armv8-A or later processors in AArch64 mode
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This was discovered in #81942 (comment) which lowers the UI test default CGU count to 1. The test was modified to explicitly request a higher CGU count to make it pass, but the underlying issue remains.
Steps to reproduce:
-C codegen-units=1
tosrc/test/ui/sanitize/hwaddress.rs
aarch64-gnu
CI jobOutput:
@rustbot label A-testsuite C-bug
The text was updated successfully, but these errors were encountered: