[Lldb-commits] [lldb] r107494 - in /lldb/trunk: include/lldb/Core/FileSpec.h llvm.zip scripts/build-llvm.pl source/Expression/ClangExpression.cpp source/Expression/ClangFunction.cpp

Greg Clayton gclayton at apple.com
Fri Jul 2 11:39:06 PDT 2010


Author: gclayton
Date: Fri Jul  2 13:39:06 2010
New Revision: 107494

URL: http://llvm.org/viewvc/llvm-project?rev=107494&view=rev
Log:
Updated to llvm/clang from July 2, 2010 at 8:00AM.


Modified:
    lldb/trunk/include/lldb/Core/FileSpec.h
    lldb/trunk/llvm.zip
    lldb/trunk/scripts/build-llvm.pl
    lldb/trunk/source/Expression/ClangExpression.cpp
    lldb/trunk/source/Expression/ClangFunction.cpp

Modified: lldb/trunk/include/lldb/Core/FileSpec.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/FileSpec.h?rev=107494&r1=107493&r2=107494&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/FileSpec.h (original)
+++ lldb/trunk/include/lldb/Core/FileSpec.h Fri Jul  2 13:39:06 2010
@@ -435,7 +435,7 @@
     /// Resolves user name and links in \a src_path, and writes the output
     /// to \a dst_path.  Note if the path pointed to by \a src_path does not
     /// exist, the contents of \a src_path will be copied to \a dst_path 
-    /// unchanged.
+    /// unchanged.
     ///
     /// @param[in] src_path
     ///     Input path to be resolved.

Modified: lldb/trunk/llvm.zip
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/llvm.zip?rev=107494&r1=107493&r2=107494&view=diff
==============================================================================
Binary files - no diff available.

Modified: lldb/trunk/scripts/build-llvm.pl
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/build-llvm.pl?rev=107494&r1=107493&r2=107494&view=diff
==============================================================================
--- lldb/trunk/scripts/build-llvm.pl (original)
+++ lldb/trunk/scripts/build-llvm.pl Fri Jul  2 13:39:06 2010
@@ -25,7 +25,7 @@
 
 our $llvm_configuration = $ENV{LLVM_CONFIGURATION};
 
-our $llvm_revision = "'{2010-06-13T06:00}'";
+our $llvm_revision = "'{2010-07-02T08:00}'";
 our $llvm_source_dir = "$ENV{SRCROOT}";
 our $cc = "$ENV{DEVELOPER_BIN_DIR}/gcc-4.2";
 our $cxx = "$ENV{DEVELOPER_BIN_DIR}/g++-4.2";

Modified: lldb/trunk/source/Expression/ClangExpression.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/ClangExpression.cpp?rev=107494&r1=107493&r2=107494&view=diff
==============================================================================
--- lldb/trunk/source/Expression/ClangExpression.cpp (original)
+++ lldb/trunk/source/Expression/ClangExpression.cpp Fri Jul  2 13:39:06 2010
@@ -24,10 +24,11 @@
 #include "clang/Basic/FileManager.h"
 #include "clang/Basic/TargetInfo.h"
 #include "clang/Basic/Version.h"
+#include "clang/Checker/FrontendActions.h"
+#include "clang/CodeGen/CodeGenAction.h"
 #include "clang/CodeGen/ModuleBuilder.h"
 #include "clang/Driver/CC1Options.h"
 #include "clang/Driver/OptTable.h"
-#include "clang/Frontend/CodeGenAction.h"
 #include "clang/Frontend/CompilerInstance.h"
 #include "clang/Frontend/CompilerInvocation.h"
 #include "clang/Frontend/FrontendActions.h"
@@ -37,6 +38,7 @@
 #include "clang/Frontend/TextDiagnosticPrinter.h"
 #include "clang/Frontend/VerifyDiagnosticsClient.h"
 #include "clang/Lex/Preprocessor.h"
+#include "clang/Rewrite/FrontendActions.h"
 #include "clang/Sema/ParseAST.h"
 #include "clang/Sema/SemaConsumer.h"
 #include "llvm/ExecutionEngine/ExecutionEngine.h"

Modified: lldb/trunk/source/Expression/ClangFunction.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/ClangFunction.cpp?rev=107494&r1=107493&r2=107494&view=diff
==============================================================================
--- lldb/trunk/source/Expression/ClangFunction.cpp (original)
+++ lldb/trunk/source/Expression/ClangFunction.cpp Fri Jul  2 13:39:06 2010
@@ -11,15 +11,15 @@
 // C Includes
 // C++ Includes
 // Other libraries and framework includes
-#include "clang/Frontend/CodeGenAction.h"
-#include "llvm/ExecutionEngine/ExecutionEngine.h"
-#include "clang/Frontend/CompilerInstance.h"
 #include "clang/AST/ASTContext.h"
 #include "clang/AST/RecordLayout.h"
-#include "llvm/ExecutionEngine/JIT.h"
-#include "llvm/Module.h"
+#include "clang/CodeGen/CodeGenAction.h"
 #include "clang/CodeGen/ModuleBuilder.h"
+#include "clang/Frontend/CompilerInstance.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/ExecutionEngine/ExecutionEngine.h"
+#include "llvm/ExecutionEngine/JIT.h"
+#include "llvm/Module.h"
 
 // Project includes
 #include "lldb/Expression/ClangFunction.h"





More information about the lldb-commits mailing list