rust/compiler/rustc_target/src/spec
Matthias Krüger b9a3952479
Rollup merge of #122157 - dpaoliello:targetdesc, r=Nilstrieb
Add the new description field to Target::to_json, and add descriptions for some MSVC targets

The original PR to add a `description` field to `Target` (<https://github.com/rust-lang/rust/pull/121905>) didn't add the field to `Target::to_json`, which meant that the `check_consistency` testwould fail if you tried to set a description as it wouldn't survive round-tripping via JSON: https://github.com/rust-lang/rust/actions/runs/8180997936/job/22370052535#step:27:4967

This change adds the field to `Target::to_json`, and sets some descriptions to verify that it works correctly.
2024-03-08 21:02:01 +01:00
..
abi remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics 2024-02-25 08:14:52 +01:00
base Add a description field to target definitions 2024-03-05 15:42:10 +00:00
targets Rollup merge of #122157 - dpaoliello:targetdesc, r=Nilstrieb 2024-03-08 21:02:01 +01:00
tests Add support for hexagon-unknown-none-elf as target 2023-12-21 09:34:29 -08:00
crt_objects.rs unify LinkSelfContained and LinkSelfContainedDefault 2023-10-18 13:38:17 +00:00
mod.rs Rollup merge of #122157 - dpaoliello:targetdesc, r=Nilstrieb 2024-03-08 21:02:01 +01:00