Index: tools/clang/scripts/update.py |
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py |
index cf8b092f5e55c1a15e0d180bc56ee6854c807fb5..38161dda12b13746359c747151c69664782f04d2 100755 |
--- a/tools/clang/scripts/update.py |
+++ b/tools/clang/scripts/update.py |
@@ -313,7 +313,7 @@ |
parser = argparse.ArgumentParser(description='Build Clang.') |
parser.add_argument('--no-clobber', dest='clobber', action='store_false') |
- parser.add_argument('--tools', nargs='*', default=['plugins']) |
+ parser.add_argument('--tools', nargs='*', default=[]) |
# For now, this flag is only used for the non-Windows flow, but argparser gets |
# mad if it sees a flag it doesn't recognize. |
parser.add_argument('--if-needed', action='store_true') |