summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/build-llvm.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/build-llvm.pl')
-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