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

Unified Diff: pnacl/driver/pnacl-translate.py

Issue 1695893002: Subzero: Enable "pnacl-translate -arch x86-64 --use-sz". (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/driver/pnacl-translate.py
diff --git a/pnacl/driver/pnacl-translate.py b/pnacl/driver/pnacl-translate.py
index bcf1c1cd96b50fd20522c293ea43747bf8e28853..c72c8eaa0f023cfb4fd8fd567706b960d6fa9a18 100755
--- a/pnacl/driver/pnacl-translate.py
+++ b/pnacl/driver/pnacl-translate.py
@@ -290,7 +290,7 @@ def SetUpArch():
env.append('SZ_FLAGS_ARCH', '--sandbox=' + is_sandbox)
env.append('SZ_FLAGS_ARCH', '--nonsfi=' + is_nonsfi)
env.append('SZ_FLAGS_ARCH', '--target=' + base_arch.lower())
- if base_arch != 'X8632':
+ if base_arch not in ('X8632', 'X8664'):
env.set('SZ_UNSUPPORTED', '1')
# Hard-fail on an unsupported architecture.
if env.getbool('USE_SZ'):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698