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

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

Issue 1777103002: Eliminate all uses of 'le32-nacl-objcopy'. (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 | « pydir/crosstest.py ('k') | pydir/szbuild.py » ('j') | no next file with comments »
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 c1e4f3ad1c7bc4c81ef9ea9851ecb2ecca29c25e..aa379a27c5639c25413b1161eabbc0e11cecace5 100755
--- a/pydir/run-pnacl-sz.py
+++ b/pydir/run-pnacl-sz.py
@@ -8,7 +8,7 @@ import subprocess
import sys
import tempfile
-from utils import FindBaseNaCl, shellcmd
+from utils import FindBaseNaCl, GetObjdumpCmd, shellcmd
def TargetAssemblerFlags(target, sandboxed):
@@ -31,10 +31,6 @@ def TargetDisassemblerFlags(target):
'mips32':[] }
return flags[target]
-def GetObjdumpCmd():
- """Return a suitable objdump command."""
- return 'arm-nacl-objdump'
-
def main():
"""Run the pnacl-sz compiler on an llvm file.
« no previous file with comments | « pydir/crosstest.py ('k') | pydir/szbuild.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698