Returns the path to the generated LLVM IR.
pub fn getEmittedLlvmIr(compile: *Compile) LazyPath
pub fn getEmittedLlvmIr(compile: *Compile) LazyPath { return compile.getEmittedFileGeneric(&compile.generated_llvm_ir); }