Skip to content

Commit 08e880a

Browse files
bors[bot]taiki-e
andauthored
Merge #900
900: Update no_atomic.rs r=taiki-e a=github-actions[bot] Auto-generated by [create-pull-request][1] [Please close and immediately reopen this pull request to run CI.][2] [1]: https://github.com/peter-evans/create-pull-request [2]: https://github.com/peter-evans/create-pull-request/blob/HEAD/docs/concepts-guidelines.md#workarounds-to-trigger-further-workflow-runs Co-authored-by: Taiki Endo <[email protected]>
2 parents ff5e32d + 136a465 commit 08e880a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

no_atomic.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// It is not intended for manual editing.
33

44
const NO_ATOMIC_CAS: &[&str] = &[
5+
"armv4t-none-eabi",
56
"avr-unknown-gnu-atmega328",
67
"bpfeb-unknown-none",
78
"bpfel-unknown-none",
@@ -18,6 +19,7 @@ const NO_ATOMIC_64: &[&str] = &[
1819
"arm-linux-androideabi",
1920
"armebv7r-none-eabi",
2021
"armebv7r-none-eabihf",
22+
"armv4t-none-eabi",
2123
"armv4t-unknown-linux-gnueabi",
2224
"armv5te-unknown-linux-gnueabi",
2325
"armv5te-unknown-linux-musleabi",

0 commit comments

Comments
 (0)