diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-10-07 20:56:34 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-10-07 20:56:34 +0000 |
commit | fee2c8d814c0291c311b9f1e21a82ff237f5fff1 (patch) | |
tree | 56abda53bd92e3d12f90f74b85b19339a4ad35e8 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 445d0adc244754a108618a23d273ea0de1e68ff1 (diff) | |
download | llvm-fee2c8d814c0291c311b9f1e21a82ff237f5fff1.zip llvm-fee2c8d814c0291c311b9f1e21a82ff237f5fff1.tar.gz llvm-fee2c8d814c0291c311b9f1e21a82ff237f5fff1.tar.bz2 |
Remove -ast-dump-xml.
llvm-svn: 192131
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
-rw-r--r-- | clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp index acda316..5192ea7 100644 --- a/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp +++ b/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp @@ -37,7 +37,6 @@ static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) { switch (CI.getFrontendOpts().ProgramAction) { case ASTDeclList: return new ASTDeclListAction(); case ASTDump: return new ASTDumpAction(); - case ASTDumpXML: return new ASTDumpXMLAction(); case ASTPrint: return new ASTPrintAction(); case ASTView: return new ASTViewAction(); case DumpRawTokens: return new DumpRawTokensAction(); |