summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-07-13 22:06:06 +0000
committerGreg Clayton <gclayton@apple.com>2010-07-13 22:06:06 +0000
commitf6cc9dde4657cf9ae3658fbd8ee893824fabb413 (patch)
treeb99014b0edd640f1b0467dc235d7008a0aa37cee /lldb/scripts
parent5848d333b46ce61f27712050de2d5e1579c7456f (diff)
downloadbcm5719-llvm-f6cc9dde4657cf9ae3658fbd8ee893824fabb413.tar.gz
bcm5719-llvm-f6cc9dde4657cf9ae3658fbd8ee893824fabb413.zip
Updated to latest llvm from July 13th, 2010 at 13:00.
llvm-svn: 108285
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 7bd1d6d3873..d0f3078bec4 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-07-07T08:00}'";
+our $llvm_revision = "'{2010-07-13T13: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";
OpenPOWER on IntegriCloud