summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Frontend/ExecuteCompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/ExecuteCompilerInvocation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Frontend/ExecuteCompilerInvocation.cpp b/clang/lib/Frontend/ExecuteCompilerInvocation.cpp
index c69d844ac9f..b432e8f6b66 100644
--- a/clang/lib/Frontend/ExecuteCompilerInvocation.cpp
+++ b/clang/lib/Frontend/ExecuteCompilerInvocation.cpp
@@ -39,6 +39,7 @@ static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
case ASTPrintXML: return new ASTPrintXMLAction();
case ASTView: return new ASTViewAction();
case BoostCon: return new BoostConAction();
+ case CreateModule: return 0;
case DumpRawTokens: return new DumpRawTokensAction();
case DumpTokens: return new DumpTokensAction();
case EmitAssembly: return new EmitAssemblyAction();
OpenPOWER on IntegriCloud