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

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

Issue 1026243002: Add Subzero to test scripts. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Code review changes Created 5 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 | « SConstruct ('k') | pnacl/scripts/llvm-test.py » ('j') | 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 fbdce0918a4e77c5ba7c5c9846aef05bdeb1db6d..fd9cad35e23b1ac68b382a79c3a2299252c8d51a 100755
--- a/pnacl/driver/pnacl-translate.py
+++ b/pnacl/driver/pnacl-translate.py
@@ -191,7 +191,7 @@ TranslatorPatterns = [
# improving translation speed at the expense of code quality.
( '-translate-fast', "env.set('FAST_TRANSLATION', '1')"),
# Allow Subzero.
- ( '--sz', "env.set('USE_SZ', '1')"),
+ ( '--use-sz', "env.set('USE_SZ', '1')"),
( '-nostdlib', "env.set('USE_STDLIB', '0')"),
@@ -591,6 +591,7 @@ ADVANCED OPTIONS:
turns cpu features on and off.
-S Generate native assembly only.
-c Generate native object file only.
+ --use-sz Use the Subzero fast translator.
--pnacl-sb Use the translator which runs inside the NaCl sandbox.
Applies to both pnacl-llc and pnacl-sz translators.
-O[0-3] Change translation-time optimization level.
« no previous file with comments | « SConstruct ('k') | pnacl/scripts/llvm-test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698