build_llmcc_ir

Function build_llmcc_ir 

Source
pub fn build_llmcc_ir<'a, L>(
    cc: &'a CompileCtxt<'a>,
) -> Result<(), Box<dyn Error>>
where L: LanguageTrait,
Expand description

Build IR for all units in the context TODO: make this run in parallel