summaryrefslogtreecommitdiffstats
path: root/tools/clang/scripts
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 22:09:25 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 22:09:25 +0000
commitd500b9bd646486cf07677717e00e957304f07818 (patch)
treef19725f54ca110b7794d357dca8496015427d07c /tools/clang/scripts
parent5feeca861633c6c39cb481fa2b5c8487bb12bdfd (diff)
downloadchromium_src-d500b9bd646486cf07677717e00e957304f07818.zip
chromium_src-d500b9bd646486cf07677717e00e957304f07818.tar.gz
chromium_src-d500b9bd646486cf07677717e00e957304f07818.tar.bz2
Roll clang 143497:144547
Linux directory detection is now done in the driver instead of in the frontend, so let the plugin test script invoke the driver instead of clang -cc1 (else it won't find <string> etc on linux). Previous attempt at http://codereview.chromium.org/8538027/ BUG=104323 TEST=none TBR=hans Review URL: http://codereview.chromium.org/8572021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110184 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/clang/scripts')
-rwxr-xr-xtools/clang/scripts/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
index 05a7414..f1ccf78 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
# http://code.google.com/p/chromium/wiki/UpdatingClang
# Reverting problematic clang rolls is safe, though.
-CLANG_REVISION=143497
+CLANG_REVISION=144547
THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"