embed_bitcode

Function embed_bitcode 

Source
fn embed_bitcode(
    cgcx: &CodegenContext<LlvmCodegenBackend>,
    llcx: &Context,
    llmod: &Module,
    bitcode: &[u8],
)
Expand description

Embed the bitcode of an LLVM module for LTO in the LLVM module itself.