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

Unified Diff: pydir/utils.py

Issue 2145063003: Updates in preparation of wrapper script (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: minor fix to test Created 4 years, 5 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 | runtime/szrt_asan.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/utils.py
diff --git a/pydir/utils.py b/pydir/utils.py
index 77ad7d6b61f09df0747677617cc9d59a03dea279..295671f1bf38e33db14ffe55c92ee029de617238 100644
--- a/pydir/utils.py
+++ b/pydir/utils.py
@@ -3,12 +3,12 @@ import subprocess
import sys
def GetObjcopyCmd():
- """Return a suitable objcopy command."""
- return 'arm-nacl-objcopy'
+ """Return a suitable objcopy command."""
+ return 'arm-nacl-objcopy'
def GetObjdumpCmd():
- """Return a suitable objdump command."""
- return 'arm-nacl-objdump'
+ """Return a suitable objdump command."""
+ return 'arm-nacl-objdump'
def shellcmd(command, echo=True):
if not isinstance(command, str):
« no previous file with comments | « no previous file | runtime/szrt_asan.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698