-Zlink-native-libraries=no
causes link to fail with missing __libc_start_main
on fuchsia
#84733
Labels
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-fuchsia
Operating system: Fuchsia
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This test, which is built with
-Zlink-native-libraries=no -Cdefault-linker-libraries=yes
, fails on fuchsia with a linker error due to missing__libc_start_main
.The feature (#70093) it's trying to test should work on Fuchsia (and probably Windows? it isn't clear why that's disabled), so filing this issue to track that.
The text was updated successfully, but these errors were encountered: