From 6ebb51a41d47e8743a5eae47e7fdf23aa34068aa Mon Sep 17 00:00:00 2001 From: Sebastian Redl Date: Mon, 16 Aug 2010 18:17:11 +0000 Subject: Add two options for playing with modules. llvm-svn: 111166 --- clang/lib/Frontend/ExecuteCompilerInvocation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Frontend/ExecuteCompilerInvocation.cpp') diff --git a/clang/lib/Frontend/ExecuteCompilerInvocation.cpp b/clang/lib/Frontend/ExecuteCompilerInvocation.cpp index c69d844..b432e8f 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(); -- cgit v1.1