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

Unified Diff: pydir/crosstest_generator.py

Issue 1499983002: Subzero. ARM32. Implements sandboxing. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 80-col Created 5 years 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
Index: pydir/crosstest_generator.py
diff --git a/pydir/crosstest_generator.py b/pydir/crosstest_generator.py
index 2dbd6e0e3b4a3a3acb5ca0515fe577dc2656dae5..6c2dd73d697f72379a2a5c4c2b402f3c71fdf4e0 100755
--- a/pydir/crosstest_generator.py
+++ b/pydir/crosstest_generator.py
@@ -67,7 +67,7 @@ def main():
arch_flags = { 'x8632': [],
'x8664': [],
# ARM doesn't have an ELF writer yet.
- 'arm32': ['--filetype=iasm'] }
+ 'arm32': ['--filetype=asm'] }
Jim Stichnoth 2015/12/04 22:51:54 I know this is only temporary, but in the meantime
John 2015/12/05 16:20:11 Done.
# all_keys is only used in the help text.
all_keys = '; '.join([' '.join(targets), ' '.join(sandboxing),
' '.join(opt_levels), ' '.join(flat_attrs)])

Powered by Google App Engine
This is Rietveld 408576698