LILAC
Language to language Interop LAyer Compiler
|
A sub-command that compiles assemblies into symbols. More...
#include <compilesymbolsubcommand.h>
Public Member Functions | |
CompileSymbolSubCommand () | |
int | Run () override |
Runs a subcommand. | |
Public Member Functions inherited from lilac::SubCommand | |
SubCommand (const char *command, const char *desc) | |
Creates a sub-command with given name and description. | |
virtual | ~SubCommand ()=default |
operator llvm::cl::SubCommand & () | |
operator bool () const | |
Additional Inherited Members | |
Static Public Member Functions inherited from lilac::SubCommand | |
static llvm::cl::OptionCategory & | GetCategory () |
Gets default category of all sub-commands registered by LILAC. | |
A sub-command that compiles assemblies into symbols.
Definition at line 30 of file compilesymbolsubcommand.h.
lilac::CompileSymbolSubCommand::CompileSymbolSubCommand | ( | ) |
Definition at line 33 of file compilesymbolsubcommand.cxx.
|
overridevirtual |
Runs a subcommand.
Implements lilac::SubCommand.
Definition at line 59 of file compilesymbolsubcommand.cxx.