rust/compiler/rustc_target/src
Nikita Popov 89582e8193 Pass +atomics-32 feature for thumbv6m target
https://reviews.llvm.org/D120026 changed atomics on thumbv6m to
use libatomic, to ensure that atomic load/store are compatible with
atomic RMW/CAS. However, Rust wants to expose only load/store
without libcalls.

https://reviews.llvm.org/D130480 added support for this behind
the +atomics-32 target feature, so enable that feature.
2022-08-09 12:39:59 +02:00
..
abi Auto merge of #92268 - jswrenn:transmute, r=oli-obk 2022-08-02 21:17:31 +00:00
asm Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
spec Pass +atomics-32 feature for thumbv6m target 2022-08-09 12:39:59 +02:00
json.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00
lib.rs rustc_target: Some more tests and fixes for linker arguments 2022-06-25 21:57:08 +03:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00