C# Class Compiler.GccBuildStage

Run gcc to compile the runtime and ASM together
Inheritance: Compiler.Framework.CompilerStageBase
Show file Open project: kthompson/csharpos

Public Methods

Method Description
Run ( IAssemblyCompiler compiler, IAssemblyCompilerContext context ) : IAssemblyCompilerContext

Method Details

Run() public method

public Run ( IAssemblyCompiler compiler, IAssemblyCompilerContext context ) : IAssemblyCompilerContext
compiler IAssemblyCompiler
context IAssemblyCompilerContext
return IAssemblyCompilerContext