summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-03-26 00:52:28 +0000
committerSean Callanan <scallanan@apple.com>2011-03-26 00:52:28 +0000
commit6d5b79fc2a35100d9f74c2573665f52395a2cab3 (patch)
treeba91294e30cd68d2a45c93006a4975a668d12c28
parentce81203d9b64599a4e577d2e78c3cb3821b76d30 (diff)
downloadbcm5719-llvm-6d5b79fc2a35100d9f74c2573665f52395a2cab3.tar.gz
bcm5719-llvm-6d5b79fc2a35100d9f74c2573665f52395a2cab3.zip
Updated LLDB to use a recent LLVM/Clang, pulling
in stability fixes for the ARM and Thumb disassemblers. llvm-svn: 128316
-rw-r--r--lldb/scripts/build-llvm.pl2
-rwxr-xr-xlldb/scripts/checkpoint-llvm.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/scripts/build-llvm.pl b/lldb/scripts/build-llvm.pl
index 258d99f7b16..8aff1101e80 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 = "127682";
+our $llvm_revision = "128303";
our $llvm_source_dir = "$ENV{SRCROOT}";
our $cc = "$ENV{DEVELOPER_BIN_DIR}/gcc-4.2";
our $cxx = "$ENV{DEVELOPER_BIN_DIR}/g++-4.2";
diff --git a/lldb/scripts/checkpoint-llvm.pl b/lldb/scripts/checkpoint-llvm.pl
index 5c1293b0f33..ec75fd0d98b 100755
--- a/lldb/scripts/checkpoint-llvm.pl
+++ b/lldb/scripts/checkpoint-llvm.pl
@@ -97,5 +97,5 @@ if (@ARGV == 4)
else
{
print "USAGE\n\tcheckpoint-llvm.pl <llvm-sources> <llvm-build> <lldb-build> <llvm-zip>\n\n";
- print "EXAMPLE\n\tcd lldb\n\t./scripts/checkpoint-llvm.pl llvm build/lldb.build/BuildAndIntegration/LLDB.build/DerivedSources/llvm.build build/BuildAndIntegration llvm.zip\n";
+ print "EXAMPLE\n\tcd lldb\n\t./scripts/checkpoint-llvm.pl llvm build/lldb.build/BuildAndIntegration/lldb-core.build/DerivedSources/llvm.build build/BuildAndIntegration llvm.zip\n";
}
OpenPOWER on IntegriCloud