diff options
Diffstat (limited to 'Driver/ASTConsumers.h')
-rw-r--r-- | Driver/ASTConsumers.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Driver/ASTConsumers.h b/Driver/ASTConsumers.h index c3cadfdcec..7cb4ffb227 100644 --- a/Driver/ASTConsumers.h +++ b/Driver/ASTConsumers.h @@ -40,6 +40,12 @@ ASTConsumer *CreateCodeRewriterTest(const std::string& InFile, const std::string& OutFile, Diagnostic &Diags, const LangOptions &LOpts); + +ASTConsumer *CreateLLVMCodeGenWriter(bool EmitBC, Diagnostic &Diags, + const LangOptions &Features, + const std::string& InFile, + const std::string& OutFile, + bool GenerateDebugInfo); ASTConsumer* CreateHTMLPrinter(const std::string &OutFile, Diagnostic &D, Preprocessor *PP, PreprocessorFactory* PPF); |