summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-04-14 02:01:31 +0000
committerSean Callanan <scallanan@apple.com>2011-04-14 02:01:31 +0000
commit1b1bf6e982fc5926960c69e262b1af8898d20812 (patch)
tree53d00a14d2aebb50ee502c5a13c12161a15082c9 /lldb/scripts
parent9eb0b7d2f1866584f1304cd4f777d5ef49174f9c (diff)
downloadbcm5719-llvm-1b1bf6e982fc5926960c69e262b1af8898d20812.tar.gz
bcm5719-llvm-1b1bf6e982fc5926960c69e262b1af8898d20812.zip
Updated LLVM to pick up fixes to the ARM instruction
tables. llvm-svn: 129500
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 3ada7ce6c2f..37874059422 100644
--- a/lldb/scripts/build-llvm.pl
+++ b/lldb/scripts/build-llvm.pl
@@ -26,7 +26,7 @@ our @llvm_clang_slices; # paths to the single architecture static libraries (arc
our $llvm_configuration = $ENV{LLVM_CONFIGURATION};
-our $llvm_revision = "128303";
+our $llvm_revision = "129495";
our $llvm_source_dir = "$ENV{SRCROOT}";
our @archs = split (/\s+/, $ENV{ARCHS});
OpenPOWER on IntegriCloud