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 7bade6e commit 6640a62Copy full SHA for 6640a62
compiler/rustc_codegen_llvm/src/back/write.rs
@@ -936,8 +936,8 @@ unsafe fn embed_bitcode(
936
llvm::LLVMRustAppendModuleInlineAsm(llmod, asm.as_ptr().cast(), asm.len());
937
} else {
938
let asm = "
939
- .section .llvmbc,\"a\"
940
- .section .llvmcmd,\"a\"
+ .section .llvmbc,\"e\"
+ .section .llvmcmd,\"e\"
941
";
942
943
}
0 commit comments