-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-binary-formatsArea: binary formats (e.g. ELF, XCOFF, etc.)Area: binary formats (e.g. ELF, XCOFF, etc.)A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)A-nakedArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSC-bugCategory: This is a bug.Category: This is a bug.F-naked_functions`#![feature(naked_functions)]``#![feature(naked_functions)]`O-aixOS: Big Blue's Advanced Interactive eXecutive..OS: Big Blue's Advanced Interactive eXecutive..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
Added Xcoff here with Elf since it wasn't taken into account before and AsmBinaryFormat defaulted to elf
Originally posted by @Pyr0de in #136637 (comment)
There is no case handling xcoff here and so it defaults to elf
Metadata
Metadata
Assignees
Labels
A-binary-formatsArea: binary formats (e.g. ELF, XCOFF, etc.)Area: binary formats (e.g. ELF, XCOFF, etc.)A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)A-nakedArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSArea: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzSC-bugCategory: This is a bug.Category: This is a bug.F-naked_functions`#![feature(naked_functions)]``#![feature(naked_functions)]`O-aixOS: Big Blue's Advanced Interactive eXecutive..OS: Big Blue's Advanced Interactive eXecutive..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.