pub fn lower_module_to_llvmir(
module: &Module,
storage: &TypeStorage,
) -> Result<CompileResult, Error>
Expand description
Lowers the given module to llvm ir.
pub fn lower_module_to_llvmir(
module: &Module,
storage: &TypeStorage,
) -> Result<CompileResult, Error>
Lowers the given module to llvm ir.