rust/compiler/rustc_target/src
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 Use wide pointers consistenly across the compiler 2024-10-04 14:06:48 +02:00
asm Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=Amanieu 2024-10-01 17:32:07 +02:00
spec Rollup merge of #131170 - madsmtm:target-info-esp32-vendor, r=workingjubilee 2024-10-08 13:19:43 +11:00
json.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
lib.rs update cfgs 2024-09-05 17:24:01 +01:00
target_features.rs rustc_target: Add RISC-V atomic-related features 2024-09-28 11:26:09 +09:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00