diff options
Diffstat (limited to 'src/trans/codegen.hpp')
-rw-r--r-- | src/trans/codegen.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trans/codegen.hpp b/src/trans/codegen.hpp index 65135d18..b769e350 100644 --- a/src/trans/codegen.hpp +++ b/src/trans/codegen.hpp @@ -56,4 +56,5 @@ public: extern ::std::unique_ptr<CodeGenerator> Trans_Codegen_GetGeneratorC(const ::HIR::Crate& crate, const ::std::string& outfile); +extern ::std::unique_ptr<CodeGenerator> Trans_Codegen_GetGenerator_MonoMir(const ::HIR::Crate& crate, const ::std::string& outfile); |