Updated LLVM to pick up a few new ARM targets.

llvm-svn: 136622
This commit is contained in:
Sean Callanan 2011-08-01 16:38:39 +00:00
parent d41f3a161f
commit 789ee677d9
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "136537";
our $llvm_revision = "136552";
our $llvm_source_dir = "$ENV{SRCROOT}";
our @archs = split (/\s+/, $ENV{ARCHS});