Function getEmittedLlvmIr [src]

Returns the path to the generated LLVM IR.

Prototype

pub fn getEmittedLlvmIr(compile: *Compile) LazyPath

Parameters

compile: *Compile

Source

pub fn getEmittedLlvmIr(compile: *Compile) LazyPath { return compile.getEmittedFileGeneric(&compile.generated_llvm_ir); }