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

Unified Diff: pydir/crosstest_generator.py

Issue 1663053008: Fix vector load/stores in the ARM assembler. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Change crosstests to use filetype=obj. 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 | src/DartARM32/assembler_arm.h » ('j') | src/IceInstARM32.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/crosstest_generator.py
diff --git a/pydir/crosstest_generator.py b/pydir/crosstest_generator.py
index e478e1c4ddb5c0f15b61f4628016e78fa9723482..442c821d6e07de2b3953309c8b18d2a3635a31f7 100755
--- a/pydir/crosstest_generator.py
+++ b/pydir/crosstest_generator.py
@@ -68,7 +68,7 @@ def main():
'x8664': [],
# ARM doesn't have an ELF writer yet, and iasm does not
Jim Stichnoth 2016/02/04 20:47:37 Drop this comment and the override. Yay!!!
Karl 2016/02/04 21:55:22 Done.
# support sandboxing yet.
- 'arm32': ['--filetype=asm'] }
+ 'arm32': ['--filetype=obj'] }
# all_keys is only used in the help text.
all_keys = '; '.join([' '.join(targets), ' '.join(sandboxing),
' '.join(opt_levels), ' '.join(flat_attrs)])
« no previous file with comments | « no previous file | src/DartARM32/assembler_arm.h » ('j') | src/IceInstARM32.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698