|
Jlm
|
#include <CommandGraphGenerator.hpp>
Public Member Functions | |
| virtual | ~CommandGraphGenerator () noexcept=default |
| virtual std::unique_ptr< CommandGraph > | GenerateCommandGraph (const T &commandLineOptions)=0 |
Interface for the generator of a command graph.
Definition at line 23 of file CommandGraphGenerator.hpp.
|
virtualdefaultnoexcept |
|
pure virtual |
Generate a command graph.
| commandLineOptions | An instance of a CommandLineOptions class. |
Implemented in jlm::tooling::JlcCommandGraphGenerator, and jlm::tooling::JhlsCommandGraphGenerator.