...And forgot to check in build-llvm.pl. Sigh.

llvm-svn: 143586
This commit is contained in:
Sean Callanan 2011-11-02 23:09:23 +00:00
parent d1370791c2
commit f90597993a
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ our @llvm_clang_slices; # paths to the single architecture static libraries (arc
our $llvm_configuration = $ENV{LLVM_CONFIGURATION};
our $llvm_revision = "142634";
our $clang_revision = "142634";
our $llvm_revision = "143472";
our $clang_revision = "143472";
our $llvm_source_dir = "$ENV{SRCROOT}";
our @archs = split (/\s+/, $ENV{ARCHS});