diff options
| author | Greg Clayton <gclayton@apple.com> | 2010-11-19 21:46:54 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2010-11-19 21:46:54 +0000 |
| commit | a651b537d6c3224e2c3af17d4d127d06df2e9ed5 (patch) | |
| tree | 678bd6d51364235c34838b5e77044730cfcaf239 /lldb/scripts | |
| parent | 6e9aace4f3b3277ab58f8a174fd1a3f604ad3e0e (diff) | |
| download | bcm5719-llvm-a651b537d6c3224e2c3af17d4d127d06df2e9ed5.tar.gz bcm5719-llvm-a651b537d6c3224e2c3af17d4d127d06df2e9ed5.zip | |
Updated to latest and greatest clang for a "print cvr-qualifiers on function
declarations" fix.
llvm-svn: 119847
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 e5287f8db93..43de6cd3358 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-11-17T15:30}'"; +our $llvm_revision = "'{2010-11-19T13:00}'"; our $llvm_source_dir = "$ENV{SRCROOT}"; our $cc = "$ENV{DEVELOPER_BIN_DIR}/gcc-4.2"; our $cxx = "$ENV{DEVELOPER_BIN_DIR}/g++-4.2"; |

