summaryrefslogtreecommitdiffstats
path: root/lldb/scripts
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-03-15 20:57:04 +0000
committerSean Callanan <scallanan@apple.com>2011-03-15 20:57:04 +0000
commite6935b6bdf390240af3d610729654f9bf164d9fa (patch)
treeefadf3ff2411b3a9ee58cd2a0484264d51436b88 /lldb/scripts
parentebecb3330755e07d3b8e662386bd91f3ff86e513 (diff)
downloadbcm5719-llvm-e6935b6bdf390240af3d610729654f9bf164d9fa.tar.gz
bcm5719-llvm-e6935b6bdf390240af3d610729654f9bf164d9fa.zip
Updated LLVM/Clang to the latest release, to pick
up AVX disassembly support. llvm-svn: 127695
Diffstat (limited to 'lldb/scripts')
-rw-r--r--lldb/scripts/build-llvm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/scripts/build-llvm.pl b/lldb/scripts/build-llvm.pl
index 88cf07ded65..258d99f7b16 100644
--- a/lldb/scripts/build-llvm.pl
+++ b/lldb/scripts/build-llvm.pl
@@ -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";
OpenPOWER on IntegriCloud