Function getEmittedAsm [src]

Returns the path to the generated assembly code.

Prototype

pub fn getEmittedAsm(compile: *Compile) LazyPath

Parameters

compile: *Compile

Source

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