LLVM warnings emitted for Xtensa target-cpu #137150
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
O-xtensa
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I ran
rustc --target $TARGET
forxtensa-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)
(oresp32-s2
oresp32-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
The text was updated successfully, but these errors were encountered: