From 7ef7d01c9583d145c5d0aef2499364266efe47df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Fri, 13 Jul 2012 23:52:52 -0400 Subject: [PATCH] Bug 772853 - upgrade clang to r160176. r=rail. Update the build script. --HG-- extra : rebase_source : e534988eb9423a5459ebf91ec5cfdb4eb3c0b30d --- build/unix/build-clang/build-clang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/unix/build-clang/build-clang.py b/build/unix/build-clang/build-clang.py index cdddc82dd50..401c5c20b84 100755 --- a/build/unix/build-clang/build-clang.py +++ b/build/unix/build-clang/build-clang.py @@ -3,7 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -llvm_revision = "160105" +llvm_revision = "160176" moz_version = "moz0" ##############################################