summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionParser.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-10-08 02:19:45 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-10-08 02:19:45 +0000
commit8e45293b6d4992040a7f6280d50fee2ae3eb821f (patch)
tree7de028d3587bc93c6b488a6c3aa53114fffb226c /lldb/source/Expression/ClangExpressionParser.cpp
parent369ffd1c55cfb3839738a56bafbf365145d4c1e9 (diff)
downloadbcm5719-llvm-8e45293b6d4992040a7f6280d50fee2ae3eb821f.tar.gz
bcm5719-llvm-8e45293b6d4992040a7f6280d50fee2ae3eb821f.zip
Fix build break: clang no longer supports -ast-dump-xml.
llvm-svn: 192155
Diffstat (limited to 'lldb/source/Expression/ClangExpressionParser.cpp')
-rw-r--r--lldb/source/Expression/ClangExpressionParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp
index e2494df9ddf..f2a1613137a 100644
--- a/lldb/source/Expression/ClangExpressionParser.cpp
+++ b/lldb/source/Expression/ClangExpressionParser.cpp
@@ -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();
OpenPOWER on IntegriCloud