-
Notifications
You must be signed in to change notification settings - Fork 14k
Open
Labels
A-target-specsArea: Compile-target specificationsArea: Compile-target specificationsA-targetsArea: Concerning the implications of different compiler targetsArea: Concerning the implications of different compiler targetsC-bugCategory: This is a bug.Category: This is a bug.T-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.
Description
TargetOption defaults to relocation_model: Pic and dynamic_linking: false and position_independent_executables: false. However, our consistency check that this is an invalid combination of options.
So it seems we should either fix our defaults, or the consistency check is a bit overzealous?
This check was added in #100537, Cc @petrochenkov @oli-obk
Metadata
Metadata
Assignees
Labels
A-target-specsArea: Compile-target specificationsArea: Compile-target specificationsA-targetsArea: Concerning the implications of different compiler targetsArea: Concerning the implications of different compiler targetsC-bugCategory: This is a bug.Category: This is a bug.T-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.