pub(super) fn compile_job(
job: CompileJob,
config: &RuntimeConfig,
helper: &HelperProcess,
) -> WorkerResultAvailable on Unix and crate feature
llvm only.Expand description
Compiles a job in the out-of-process helper.
pub(super) fn compile_job(
job: CompileJob,
config: &RuntimeConfig,
helper: &HelperProcess,
) -> WorkerResultllvm only.Compiles a job in the out-of-process helper.