Skip to main content

optimize_and_codegen_thin_module

Function optimize_and_codegen_thin_module 

Source
pub(crate) fn optimize_and_codegen_thin_module(
    cgcx: &CodegenContext,
    prof: &SelfProfilerRef,
    shared_emitter: &SharedEmitter,
    tm_factory: TargetMachineFactoryFn<LlvmCodegenBackend>,
    thin_module: ThinModule<LlvmCodegenBackend>,
) -> CompiledModule