pub fn build_llmcc_ir<'a, L>(
cc: &'a CompileCtxt<'a>,
) -> Result<(), Box<dyn Error + Send + Sync>>where
L: LanguageTrait,Expand description
Build IR for all units in the context
pub fn build_llmcc_ir<'a, L>(
cc: &'a CompileCtxt<'a>,
) -> Result<(), Box<dyn Error + Send + Sync>>where
L: LanguageTrait,Build IR for all units in the context