LLVM warnings emitted for Xtensa target-cpu
Open
@MabezDev is already working on this.
Since Feb 17, 2025.
A-LLVM
A-target-feature
C-bug
O-xtensa
T-compiler
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.