Function lower_module_to_llvmir

Source
pub fn lower_module_to_llvmir(
    module: &Module,
    storage: &TypeStorage,
) -> Result<CompileResult, Error>
Expand description

Lowers the given module to llvm ir.