Fix Clang update step on Windows after LLVM r242705
commit10577803486f6fcf9930bc27379479e6c73d4bab
authorDaniel Cheng <dcheng@chromium.org>
Tue, 21 Jul 2015 02:22:50 +0000 (20 19:22 -0700)
committerDaniel Cheng <dcheng@chromium.org>
Tue, 21 Jul 2015 02:27:06 +0000 (21 02:27 +0000)
tree6acc2a527fb379c7cafb45bf0ed26b50dd75b296
parentee231168bb231ee117485ecd1e7cb16a1f632bae
Fix Clang update step on Windows after LLVM r242705

tools/CMakeLists.txt upstream has been updated to be more clever
and automagic about how it picks up dependencies to build in
tools. Unfortunately, this means that the clang target was not
defined before chrometools, which led to build errors.

BUG=507826
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/1214863018.

Cr-Commit-Position: refs/heads/master@{#339599}
tools/clang/scripts/update.py