forked from OSchip/llvm-project
Updated LLVM/Clang to the latest release, to pick
up AVX disassembly support. llvm-svn: 127695
This commit is contained in:
parent
ebecb33307
commit
e6935b6bdf
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue