Browse Source

minor fix

Román Cárdenas 1 year ago
parent
commit
aa088e8474
1 changed files with 1 additions and 0 deletions
  1. 1 0
      riscv-rt/src/asm.rs

+ 1 - 0
riscv-rt/src/asm.rs

@@ -30,6 +30,7 @@ macro_rules! cfg_global_asm {
 // - https://github.com/rust-lang/rust/issues/80608
 // - https://github.com/llvm/llvm-project/issues/61991
 cfg_global_asm!(
+    "// Provisional patch to avoid LLVM spurious errors when compiling in release mode.",
     #[cfg(all(riscv32, riscvm))]
     ".attribute arch, \"rv32im\"",
     #[cfg(all(riscv64, riscvm, not(riscvg)))]