Commit 27c3ece2 authored by dcheng's avatar dcheng Committed by Commit bot

tools/clang/scripts/update.py: remove deprecated --tools flag

This is just an alias for --extra-tools, and all affected buildbots have
been updated to not use this flag.

BUG=none
R=danakj@chromium.org

Review-Url: https://codereview.chromium.org/2619533002
Cr-Commit-Position: refs/heads/master@{#441957}
parent f43a1143
...@@ -847,7 +847,7 @@ def main(): ...@@ -847,7 +847,7 @@ def main():
help='print current clang version (e.g. x.y.z) and exit.') help='print current clang version (e.g. x.y.z) and exit.')
parser.add_argument('--run-tests', action='store_true', parser.add_argument('--run-tests', action='store_true',
help='run tests after building; only for local builds') help='run tests after building; only for local builds')
parser.add_argument('--extra-tools', '--tools', nargs='*', default=[], parser.add_argument('--extra-tools', nargs='*', default=[],
help='select additional chrome tools to build') help='select additional chrome tools to build')
parser.add_argument('--without-android', action='store_false', parser.add_argument('--without-android', action='store_false',
help='don\'t build Android ASan runtime (linux only)', help='don\'t build Android ASan runtime (linux only)',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment