summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-12-02 23:20:03 +0000
committerGreg Clayton <gclayton@apple.com>2010-12-02 23:20:03 +0000
commit38a614034a98eb326996ec52d6c9ddb34fcdf6f2 (patch)
treedb1a14fd4f83f7be329bce19db25cd60e798b0de /lldb/scripts
parentdea4d78fa95f9889c13d4a3414e3794ccb418e65 (diff)
downloadbcm5719-llvm-38a614034a98eb326996ec52d6c9ddb34fcdf6f2.tar.gz
bcm5719-llvm-38a614034a98eb326996ec52d6c9ddb34fcdf6f2.zip
Updated to latest LLVM/Clang for external AST source changes that allow
TagDecl subclasses and Objective C interfaces to complete themselves through the ExternalASTSource class. llvm-svn: 120749
Diffstat (limited to 'lldb/scripts')
-rw-r--r--lldb/scripts/build-llvm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/build-llvm.pl b/lldb/scripts/build-llvm.pl
index 43de6cd3358..02ce2e19107 100644
--- a/lldb/scripts/build-llvm.pl
+++ b/lldb/scripts/build-llvm.pl
@@ -25,7 +25,7 @@ our @llvm_clang_slices; # paths to the single architecture static libraries (arc
our $llvm_configuration = $ENV{LLVM_CONFIGURATION};
-our $llvm_revision = "'{2010-11-19T13:00}'";
+our $llvm_revision = "120727";
our $llvm_source_dir = "$ENV{SRCROOT}";
our $cc = "$ENV{DEVELOPER_BIN_DIR}/gcc-4.2";
our $cxx = "$ENV{DEVELOPER_BIN_DIR}/g++-4.2";
OpenPOWER on IntegriCloud