Skip to content

Commit

Permalink
Merge #799
Browse files Browse the repository at this point in the history
799: 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 <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e committed Mar 15, 2022
2 parents 0081fcc + 5cb7cac commit 113daf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions no_atomic.rs
Expand Up @@ -7,6 +7,7 @@ const NO_ATOMIC_CAS: &[&str] = &[
"bpfel-unknown-none",
"msp430-none-elf",
"riscv32i-unknown-none-elf",
"riscv32im-unknown-none-elf",
"riscv32imc-unknown-none-elf",
"thumbv4t-none-eabi",
"thumbv6m-none-eabi",
Expand Down Expand Up @@ -49,6 +50,7 @@ const NO_ATOMIC_64: &[&str] = &[
"riscv32gc-unknown-linux-gnu",
"riscv32gc-unknown-linux-musl",
"riscv32i-unknown-none-elf",
"riscv32im-unknown-none-elf",
"riscv32imac-unknown-none-elf",
"riscv32imc-unknown-none-elf",
"thumbv4t-none-eabi",
Expand All @@ -66,5 +68,6 @@ const NO_ATOMIC: &[&str] = &[
"avr-unknown-gnu-atmega328",
"msp430-none-elf",
"riscv32i-unknown-none-elf",
"riscv32im-unknown-none-elf",
"riscv32imc-unknown-none-elf",
];

0 comments on commit 113daf4

Please sign in to comment.