From 367d8e966dd0a5199927c6f0c8677a9c95a0e421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Mon, 16 Jul 2012 08:26:17 -0400 Subject: [PATCH] Bug 774121 - upgrade clang to r160227. r=rail. Update the build script. --- 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 401c5c20b84..03245f2fc84 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 = "160176" +llvm_revision = "160227" moz_version = "moz0" ##############################################