diff options
| author | Sean Callanan <scallanan@apple.com> | 2011-05-15 22:34:38 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2011-05-15 22:34:38 +0000 |
| commit | d12cf8bbc99681afb23f98f9c6e45379bd2496b2 (patch) | |
| tree | 043771237e271e358438b378c96eed2de3de99c3 /lldb/scripts | |
| parent | f9933e80f2f7730225cb025551f6312f1d9676ba (diff) | |
| download | bcm5719-llvm-d12cf8bbc99681afb23f98f9c6e45379bd2496b2.tar.gz bcm5719-llvm-d12cf8bbc99681afb23f98f9c6e45379bd2496b2.zip | |
Updated to use the latest LLVM/Clang, to pick up JIT
changes.
llvm-svn: 131391
Diffstat (limited to 'lldb/scripts')
| -rw-r--r-- | lldb/scripts/build-llvm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/build-llvm.pl b/lldb/scripts/build-llvm.pl index 267eb943766..d0d26b6e919 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 = "129495"; +our $llvm_revision = "131389"; our $llvm_source_dir = "$ENV{SRCROOT}"; our @archs = split (/\s+/, $ENV{ARCHS}); |

