We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cfb90 commit 056d873Copy full SHA for 056d873
riscv-rt/src/asm.rs
@@ -36,6 +36,7 @@ riscv_rt_macros::llvm_arch_patch!();
36
// and the global pointer. Then it calls _start_rust.
37
cfg_global_asm!(
38
".section .init, \"ax\"
39
+ .lto_discard DefaultHandler
40
.global _start
41
42
_start:",
0 commit comments