diff options
| author | Sean Callanan <scallanan@apple.com> | 2011-04-14 02:01:31 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2011-04-14 02:01:31 +0000 |
| commit | 1b1bf6e982fc5926960c69e262b1af8898d20812 (patch) | |
| tree | 53d00a14d2aebb50ee502c5a13c12161a15082c9 /lldb/scripts | |
| parent | 9eb0b7d2f1866584f1304cd4f777d5ef49174f9c (diff) | |
| download | bcm5719-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.pl | 2 |
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}); |

