summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-08-01 16:38:39 +0000
committerSean Callanan <scallanan@apple.com>2011-08-01 16:38:39 +0000
commit789ee677d9f040af9fcdd9c0d9c9c71a0911acab (patch)
treee7416ea8ab72cfc0c01998eb024ba0a987a2cfbd
parentd41f3a161fa094f9cb54e7c17b95de800c5b7993 (diff)
downloadbcm5719-llvm-789ee677d9f040af9fcdd9c0d9c9c71a0911acab.tar.gz
bcm5719-llvm-789ee677d9f040af9fcdd9c0d9c9c71a0911acab.zip
Updated LLVM to pick up a few new ARM targets.
llvm-svn: 136622
-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 31e8314fcc9..bbea8c0a7e5 100644
--- a/lldb/scripts/build-llvm.pl
+++ b/lldb/scripts/build-llvm.pl
@@ -26,7 +26,7 @@ our @llvm_clang_slices; # paths to the single architecture static libraries (arc
our $llvm_configuration = $ENV{LLVM_CONFIGURATION};
-our $llvm_revision = "136537";
+our $llvm_revision = "136552";
our $llvm_source_dir = "$ENV{SRCROOT}";
our @archs = split (/\s+/, $ENV{ARCHS});
OpenPOWER on IntegriCloud