Function getEmittedLlvmBc [src]
Returns the path to the generated LLVM BC.
Prototype
pub fn getEmittedLlvmBc(compile: *Compile) LazyPath
Parameters
compile: *Compile
Source
pub fn getEmittedLlvmBc(compile: *Compile) LazyPath {
return compile.getEmittedFileGeneric(&compile.generated_llvm_bc);
}