We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe4b88 commit 7668feeCopy full SHA for 7668fee
ci/no_atomic_cas.sh
@@ -26,6 +26,8 @@ EOF
26
for target in "${no_atomic_cas[@]}"; do
27
echo " \"${target}\"," >>"${file}"
28
done
29
+# special case: xtensa-esp32s2-none-elf only exists in the esp-rs/rust compiler
30
+echo " \"xtensa-esp32s2-none-elf\"," >>"${file}"
31
cat >>"${file}" <<EOF
32
];
33
EOF
no_atomic_cas.rs
@@ -14,4 +14,5 @@ const NO_ATOMIC_CAS: &[&str] = &[
14
"thumbv4t-none-eabi",
15
"thumbv5te-none-eabi",
16
"thumbv6m-none-eabi",
17
+ "xtensa-esp32s2-none-elf",
18
0 commit comments