Updated LLVM/Clang to the latest release, to pick

up AVX disassembly support.

llvm-svn: 127695
This commit is contained in:
Sean Callanan 2011-03-15 20:57:04 +00:00
parent ebecb33307
commit e6935b6bdf
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "127600";
our $llvm_revision = "127682";
our $llvm_source_dir = "$ENV{SRCROOT}";
our $cc = "$ENV{DEVELOPER_BIN_DIR}/gcc-4.2";
our $cxx = "$ENV{DEVELOPER_BIN_DIR}/g++-4.2";