From e55fd871b0cf3e4ebc708cf46831908d74eab40a 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111166 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Frontend/ExecuteCompilerInvocation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Frontend/ExecuteCompilerInvocation.cpp') diff --git a/lib/Frontend/ExecuteCompilerInvocation.cpp b/lib/Frontend/ExecuteCompilerInvocation.cpp index c69d844ac9..b432e8f6b6 100644 --- a/lib/Frontend/ExecuteCompilerInvocation.cpp +++ b/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.2.3-70-g09d2