Skip to main content

compile_with_state

Function compile_with_state 

Source
pub(super) fn compile_with_state(
    job: CompileJob,
    config: &RuntimeConfig,
    target: CompilerTarget,
    state_slot: &mut Option<CompilerState>,
) -> WorkerResult
Available on crate feature llvm only.