UI test asm/sym.rs
fails with a linker error when executed with 1 CGU
#84025
Labels
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
This was discovered in #81942 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:
-Ccodegen-units=1
tosrc/test/ui/asm/sym.rs
output
The text was updated successfully, but these errors were encountered: