-
Notifications
You must be signed in to change notification settings - Fork 14k
Open
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-target-featureArea: Enabling/disabling target features like AVX, Neon, etc.Area: Enabling/disabling target features like AVX, Neon, etc.C-bugCategory: This is a bug.Category: This is a bug.O-xtensaT-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
I ran rustc --target $TARGET for
xtensa-esp32-espidfxtensa-esp32-none-elfxtensa-esp32s2-espidfxtensa-esp32s2-none-elfxtensa-esp32s3-espidfxtensa-esp32s3-none-elf
And for all of them, I got a warning that 'esp32' is not a recognized processor for this target (ignoring processor) (or esp32-s2 or esp32-s3 respectively).
Additionally for xtensa-esp32s2-none-elf, I also got '+forced-atomics' is not a recognized feature for this target (ignoring feature)
@MabezDev @SergioGasquez as Xtensa maintainers
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-target-featureArea: Enabling/disabling target features like AVX, Neon, etc.Area: Enabling/disabling target features like AVX, Neon, etc.C-bugCategory: This is a bug.Category: This is a bug.O-xtensaT-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.