-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Open
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesC-bugCategory: This is a bug.Category: This is a bug.O-fuchsiaOperating system: FuchsiaOperating system: FuchsiaT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.requires-nightlyThis issue requires a nightly compiler in some way.This issue requires a nightly compiler in some way.
Description
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.
Metadata
Metadata
Assignees
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesC-bugCategory: This is a bug.Category: This is a bug.O-fuchsiaOperating system: FuchsiaOperating system: FuchsiaT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.requires-nightlyThis issue requires a nightly compiler in some way.This issue requires a nightly compiler in some way.