unsafe fn embed_bitcode(
cgcx: &CodegenContext<LlvmCodegenBackend>,
llcx: &Context,
llmod: &Module,
cmdline: &str,
bitcode: &[u8],
)
Expand description
Embed the bitcode of an LLVM module for LTO in the LLVM module itself.
unsafe fn embed_bitcode(
cgcx: &CodegenContext<LlvmCodegenBackend>,
llcx: &Context,
llmod: &Module,
cmdline: &str,
bitcode: &[u8],
)
Embed the bitcode of an LLVM module for LTO in the LLVM module itself.