diff options
| author | Sean Callanan <scallanan@apple.com> | 2010-11-18 02:56:27 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2010-11-18 02:56:27 +0000 |
| commit | 79439e86d1371ab5808fbf507e77b7b8aa3bd8b7 (patch) | |
| tree | 1dee4f7319b378822a3b7661fe8f3981b6345158 /lldb/scripts | |
| parent | dca25f69ca63a3f41eed6b6753098fc6be99843d (diff) | |
| download | bcm5719-llvm-79439e86d1371ab5808fbf507e77b7b8aa3bd8b7.tar.gz bcm5719-llvm-79439e86d1371ab5808fbf507e77b7b8aa3bd8b7.zip | |
Updated to the LLVM/Clang of 2010-11-17 at 3:30pm.
llvm-svn: 119677
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 13ea9db73a6..e5287f8db93 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-10-28T19:00}'"; +our $llvm_revision = "'{2010-11-17T15:30}'"; our $llvm_source_dir = "$ENV{SRCROOT}"; our $cc = "$ENV{DEVELOPER_BIN_DIR}/gcc-4.2"; our $cxx = "$ENV{DEVELOPER_BIN_DIR}/g++-4.2"; |

