[Lldb-commits] [lldb] r196483 - Fix the build failure of lldb wrt clang recent change. Patch by Todd Fiala

Sylvestre Ledru sylvestre at debian.org
Wed Dec 4 23:55:40 PST 2013


Author: sylvestre
Date: Thu Dec  5 01:55:40 2013
New Revision: 196483

URL: http://llvm.org/viewvc/llvm-project?rev=196483&view=rev
Log:
Fix the build failure of lldb wrt clang recent change. Patch by Todd Fiala

Modified:
    lldb/trunk/source/Expression/ClangExpressionParser.cpp

Modified: lldb/trunk/source/Expression/ClangExpressionParser.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/ClangExpressionParser.cpp?rev=196483&r1=196482&r2=196483&view=diff
==============================================================================
--- lldb/trunk/source/Expression/ClangExpressionParser.cpp (original)
+++ lldb/trunk/source/Expression/ClangExpressionParser.cpp Thu Dec  5 01:55:40 2013
@@ -35,7 +35,6 @@
 #include "clang/Basic/Version.h"
 #include "clang/CodeGen/CodeGenAction.h"
 #include "clang/CodeGen/ModuleBuilder.h"
-#include "clang/Driver/CC1Options.h"
 #include "clang/Frontend/CompilerInstance.h"
 #include "clang/Frontend/CompilerInvocation.h"
 #include "clang/Frontend/FrontendActions.h"





More information about the lldb-commits mailing list