-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Document the default value of target-cpu #110647
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-target-specsArea: Compile-target specificationsArea: Compile-target specificationsT-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
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-target-specsArea: Compile-target specificationsArea: Compile-target specificationsT-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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
What is the default value of
target-cpuif no-C target-cpu=is passed torustc? Is itnative,generic, something else?It should probably be documented around here:
rust/src/doc/rustc/src/codegen-options/index.md
Lines 572 to 580 in 1151ea6