Skip to content

LLVM warnings emitted for Xtensa target-cpu #137150

Open
@Noratrieb

Description

@Noratrieb

I ran rustc --target $TARGET for

  • xtensa-esp32-espidf
  • xtensa-esp32-none-elf
  • xtensa-esp32s2-espidf
  • xtensa-esp32s2-none-elf
  • xtensa-esp32s3-espidf
  • xtensa-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.A-target-featureArea: Enabling/disabling target features like AVX, Neon, etc.C-bugCategory: This is a bug.O-xtensaT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions