From d5db7b226c885ff5541cb8a3ae7b37494897d33b Mon Sep 17 00:00:00 2001 From: "mseaborn@chromium.org" Date: Wed, 21 Mar 2012 00:46:43 +0000 Subject: Revert r126898: "roll clang 151385:152598" The new version of Clang has problems with Goma. When the compile goes via Goma it produces empty dependency files, which breaks incremental builds because dependencies on header files are not tracked correctly. BUG=119119 TEST=trybots Review URL: https://chromiumcodereview.appspot.com/9766009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127850 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/clang/scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/clang') diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh index 3d57859..f514397 100755 --- a/tools/clang/scripts/update.sh +++ b/tools/clang/scripts/update.sh @@ -8,7 +8,7 @@ # Do NOT CHANGE this if you don't know what you're doing -- see # https://code.google.com/p/chromium/wiki/UpdatingClang # Reverting problematic clang rolls is safe, though. -CLANG_REVISION=152598 +CLANG_REVISION=151385 THIS_DIR="$(dirname "${0}")" LLVM_DIR="${THIS_DIR}/../../../third_party/llvm" -- cgit v1.1