Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: tools/binary_size/libsupersize/console.py

Issue 2866103003: supersize: Fix --tool-prefix autodetection (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/binary_size/libsupersize/archive.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/libsupersize/console.py
diff --git a/tools/binary_size/libsupersize/console.py b/tools/binary_size/libsupersize/console.py
index 1321efbea6c05a736c5d4cadceda525e7a53b449..a87d7e80b319a0b56ef3feaf96f6f3b8356d9326 100644
--- a/tools/binary_size/libsupersize/console.py
+++ b/tools/binary_size/libsupersize/console.py
@@ -259,7 +259,7 @@ def AddArguments(parser):
parser.add_argument('--query',
help='Execute the given snippet. '
'Example: Print(size_info)')
- parser.add_argument('--tool-prefix', default='',
+ parser.add_argument('--tool-prefix',
help='Path prefix for objdump. Required only for '
'Disassemble().')
parser.add_argument('--output-directory',
« no previous file with comments | « tools/binary_size/libsupersize/archive.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698