rust/compiler/rustc_target/src
Dylan DPC 2ab4ad5f26
Rollup merge of #95341 - Meziu:armv6k-3ds-target, r=nagisa
ARMv6K Horizon OS has_thread_local support

cc. ```@ian-h-chamberlain```
cc. ```@AzureMarker```

Being an ARM target, it has always had built-in support for `#[thread_local]`. This PR comes in just now because we were testing `std::thread` support with `thread_local_dtor`s. This will hopefully be the last PR for the target specification, unless anymore features will be needed as time goes on.
2022-03-27 05:36:11 +02:00
..
abi resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
asm Fold aarch64 feature +fp into +neon 2022-03-22 15:14:33 -07:00
spec Rollup merge of #95341 - Meziu:armv6k-3ds-target, r=nagisa 2022-03-27 05:36:11 +02:00
lib.rs Clarify Layout interning. 2022-03-07 13:41:47 +11:00
tests.rs Emit warnings for unused fields in custom targets. 2021-06-17 21:48:02 +02:00