|
3 | 3 | //@ revisions: sanitizer_cfi_generalize_pointers_ sanitizer_cfi_normalize_integers_
|
4 | 4 | //@ revisions: proc_macro_ panic_ target_feature_ unix_ windows_ target_abi_
|
5 | 5 | //@ revisions: target_arch_ target_endian_ target_env_ target_family_ target_os_
|
6 | | -//@ revisions: target_pointer_width_ target_vendor_ target_has_atomic_ |
| 6 | +//@ revisions: target_pointer_width_ target_vendor_ |
7 | 7 | //@ revisions: target_has_atomic_equal_alignment_ target_has_atomic_load_store_
|
8 | 8 | //@ revisions: target_thread_local_ relocation_model_
|
9 | 9 | //@ revisions: fmt_debug_
|
| 10 | +//@ needs-atomic: 32 |
10 | 11 |
|
11 | 12 | //@ [overflow_checks_]compile-flags: --cfg overflow_checks
|
12 | 13 | //@ [debug_assertions_]compile-flags: --cfg debug_assertions
|
|
27 | 28 | //@ [target_os_]compile-flags: --cfg target_os="linux"
|
28 | 29 | //@ [target_pointer_width_]compile-flags: --cfg target_pointer_width="32"
|
29 | 30 | //@ [target_vendor_]compile-flags: --cfg target_vendor
|
30 | | -//@ [target_has_atomic_]compile-flags: --cfg target_has_atomic="32" |
31 | 31 | //@ [target_has_atomic_equal_alignment_]compile-flags: --cfg target_has_atomic_equal_alignment="32"
|
32 | 32 | //@ [target_has_atomic_load_store_]compile-flags: --cfg target_has_atomic_load_store="32"
|
33 | 33 | //@ [target_thread_local_]compile-flags: --cfg target_thread_local
|
|
0 commit comments