| Index: tools/linux/dump-static-initializers.py
|
| diff --git a/tools/linux/dump-static-initializers.py b/tools/linux/dump-static-initializers.py
|
| index 416bca2cdfc1b9ece2e7c6dce7b398c1e65b6c15..54cd64a59c20effbe1663e6060493e7222313a4d 100755
|
| --- a/tools/linux/dump-static-initializers.py
|
| +++ b/tools/linux/dump-static-initializers.py
|
| @@ -23,6 +23,11 @@ using objdump, we can disassemble those functions and dump all symbols that
|
| they reference.
|
| """
|
|
|
| +# IMPORTANT: The 'sizes' step on the buildbots runs this script and prints its
|
| +# output. If you change the output format of this script, make sure it doesn't
|
| +# match the format expected by the bots. See
|
| +# tools/build/scripts/master/log_parser/process_log.py
|
| +
|
| import optparse
|
| import re
|
| import subprocess
|
|
|