aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2010-08-16 18:17:11 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2010-08-16 18:17:11 +0000
commite55fd871b0cf3e4ebc708cf46831908d74eab40a (patch)
treed7282483e16e6bf3cce37e23422d31f45016220c /lib/Frontend/ExecuteCompilerInvocation.cpp
parentf5586f6b311c98e1022a8fe0609053849b70d323 (diff)
Add two options for playing with modules.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/ExecuteCompilerInvocation.cpp')
-rw-r--r--lib/Frontend/ExecuteCompilerInvocation.cpp1
1 files changed, 1 insertions, 0 deletions
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();