Index: pydir/run-pnacl-sz.py |
diff --git a/pydir/run-pnacl-sz.py b/pydir/run-pnacl-sz.py |
index aecfbedbe57952e6c2a2e757d1d855b8b4ca623e..bf90df6d6325ef60991e2b0e98be09d492175033 100755 |
--- a/pydir/run-pnacl-sz.py |
+++ b/pydir/run-pnacl-sz.py |
@@ -148,7 +148,7 @@ def main(): |
# If the tests are based on '-verbose inst' output, force |
# single-threaded translation because dump output does not get |
# reassembled into order. |
- cmd += ['-verbose', 'inst', '-notranslate', '-threads=0'] |
+ cmd += ['-verbose', 'inst,init', '-notranslate', '-threads=0'] |
if not args.llvm_source: |
cmd += ['--bitcode-format=pnacl'] |
if not args.no_local_syms: |