rust/compiler/rustc_target/src
Matthias Krüger 64cd65758c
Rollup merge of #100621 - taiki-e:armv4t-atomics-32, r=cuviper
Pass +atomics-32 feature for {arm,thumb}v4t-none-eabi

Similar to 89582e8193, but for ARMv4t.
Pre-v6 ARM target does not have atomic CAS, except for Linux and Android where atomic CAS is provided by compiler-builtins. So, there is a similar issue as thumbv6m.

I have confirmed that enabling the `atomics-32` target feature fixes the problem in the project affected by this issue. (https://github.com/taiki-e/portable-atomic/pull/28#discussion_r946604136)

Closes #100619

r? ``@nikic``
cc ``@Lokathor``
2022-08-17 12:32:55 +02:00
..
abi Remove logic related to deprecated nvptx-nvidia-cuda (32-bit) target 2022-08-09 13:29:18 +02:00
asm Remove unused StableMap and StableSet types from rustc_data_structures 2022-07-20 13:11:39 +02:00
spec Rollup merge of #100621 - taiki-e:armv4t-atomics-32, r=cuviper 2022-08-17 12:32:55 +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