Fix build break: clang no longer supports -ast-dump-xml.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Oct 2013 02:19:45 +0000 (02:19 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 8 Oct 2013 02:19:45 +0000 (02:19 +0000)
llvm-svn: 192155

lldb/source/Expression/ClangExpressionParser.cpp

index e2494df..f2a1613 100644 (file)
@@ -115,7 +115,6 @@ static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
             
         case ASTDump:                return new ASTDumpAction();
         case ASTPrint:               return new ASTPrintAction();
-        case ASTDumpXML:             return new ASTDumpXMLAction();
         case ASTView:                return new ASTViewAction();
         case DumpRawTokens:          return new DumpRawTokensAction();
         case DumpTokens:             return new DumpTokensAction();