rust/compiler
Guillaume Gomez 90c6cde43a
Rollup merge of #99595 - nikic:thumbv6m-atomics, r=nagisa
Mark atomics as unsupported on thumbv6m

The thumbv6m target does not support atomics. Historically, LLVM
had a bug where atomic load/stores for this target were emitted
as plain load/stores rather than as libatomic calls. This was
fixed in https://reviews.llvm.org/D120026, which will be part of
LLVM 15. As we require that "atomic support" does not use libatomic,
we need to indicate that this target does not have native atomics.
2022-07-23 23:34:31 +02:00
..
2022-07-16 20:17:58 -03:00
2022-07-12 16:25:16 +04:00
2022-07-20 11:48:11 +02:00
2022-07-16 20:17:58 -03:00
2022-07-21 16:43:10 +00:00
2022-07-20 11:48:11 +02:00
2022-07-16 20:17:58 -03:00
2022-07-20 11:48:11 +02:00