rust/compiler/rustc_target/src/spec
Stuart Cook e416a9cf4e
Rollup merge of #131170 - madsmtm:target-info-esp32-vendor, r=workingjubilee
Fix `target_vendor` in non-IDF Xtensa ESP32 targets

`rustc`'s Xtensa ESP32 targets are the following:
- `xtensa-esp32-none-elf`
- `xtensa-esp32-espidf`
- `xtensa-esp32s2-none-elf`
- `xtensa-esp32s2-espidf`
- `xtensa-esp32s3-none-elf`
- `xtensa-esp32s3-espidf`

The ESP-IDF targets already set `target_vendor="espressif"`, however, the ESP32 is, from my understanding, produced by Espressif regardless of whether using the IDF or not, so we should set the target vendor there as well?
2024-10-08 13:19:43 +11:00
..
abi add C-cmse-nonsecure-entry ABI 2024-09-21 13:04:14 +02:00
base Rollup merge of #131171 - madsmtm:target-info-avr-env, r=petrochenkov 2024-10-04 14:11:35 -07:00
targets Rollup merge of #131170 - madsmtm:target-info-esp32-vendor, r=workingjubilee 2024-10-08 13:19:43 +11:00
tests Reformat use declarations. 2024-07-29 08:26:52 +10:00
crt_objects.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Add targets: riscv32{e|em|emc} 2024-10-05 12:13:59 +03:00