Update to the latest Clang, which fixes a problem

with importing class/struct types.

llvm-svn: 115394
This commit is contained in:
Sean Callanan 2010-10-02 01:07:50 +00:00
parent c18b735552
commit 9c5fe130e1
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 = "'{2010-09-28T19:30}'";
our $llvm_revision = "'{2010-10-01T17: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";