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

Unified Diff: pydir/run-pnacl-sz.py

Issue 1776843002: Allow subzero tests to pass without le32-nacl-objdump. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | tests_lit/lit.cfg » ('j') | tests_lit/lit.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/run-pnacl-sz.py
diff --git a/pydir/run-pnacl-sz.py b/pydir/run-pnacl-sz.py
index b11ca60f05c061bf2692c19d8ec2b805b9eeb9c7..4adfc6dfb67b9d43a4caf5f74dcaad85bede5bf2 100755
--- a/pydir/run-pnacl-sz.py
+++ b/pydir/run-pnacl-sz.py
@@ -196,7 +196,7 @@ def main():
cmd += ['-o', output_file_name]
if args.disassemble:
# Show wide instruction encodings, diassemble, and show relocs.
- cmd += (['&&', os.path.join(pnacl_bin_path, 'le32-nacl-objdump')] +
+ cmd += (['&&', os.path.join(pnacl_bin_path, 'arm-nacl-objdump')] +
Jim Stichnoth 2016/03/09 14:38:04 IIRC, originally the tests used the system objdump
Sean Klein 2016/03/09 18:27:44 Yeah, I agree that it's not very intuitive that "a
args.dis_flags +
['-w', '-d', '-r'] + TargetDisassemblerFlags(args.target) +
[output_file_name])
« no previous file with comments | « no previous file | tests_lit/lit.cfg » ('j') | tests_lit/lit.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698