Skip to content

Commit aa088e8

Browse files
committed
minor fix
1 parent 95292c8 commit aa088e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

riscv-rt/src/asm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ macro_rules! cfg_global_asm {
3030
// - https://github.com/rust-lang/rust/issues/80608
3131
// - https://github.com/llvm/llvm-project/issues/61991
3232
cfg_global_asm!(
33+
"// Provisional patch to avoid LLVM spurious errors when compiling in release mode.",
3334
#[cfg(all(riscv32, riscvm))]
3435
".attribute arch, \"rv32im\"",
3536
#[cfg(all(riscv64, riscvm, not(riscvg)))]

0 commit comments

Comments
 (0)