forked from OSchip/llvm-project
Update to the latest Clang, which fixes a problem
with importing class/struct types. llvm-svn: 115394
This commit is contained in:
parent
c18b735552
commit
9c5fe130e1
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue