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

Unified Diff: pydir/run-pnacl-sz.py

Issue 1232483003: Change MIPS to avoid "none-nacl" for unsandboxed tests (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 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
Index: pydir/run-pnacl-sz.py
diff --git a/pydir/run-pnacl-sz.py b/pydir/run-pnacl-sz.py
index 72b6a0be9aab1e572caccd22fd3d932d4aae3a91..cefd4754286016af931b370ca946873460860acb 100755
--- a/pydir/run-pnacl-sz.py
+++ b/pydir/run-pnacl-sz.py
@@ -19,7 +19,7 @@ def TargetAssemblerFlags(target):
# add here for Mips32.
flags = { 'x8632': ['-triple=i686'],
'arm32': ['-triple=armv7a', '-mcpu=cortex-a9', '-mattr=+neon'],
- 'mips32': ['-triple=mipsel-none-nacl' ] }
+ 'mips32': ['-triple=mipsel' ] }
return flags[target]
« no previous file with comments | « no previous file | tests_lit/llvm2ice_tests/function_aligned.ll » ('j') | tests_lit/llvm2ice_tests/function_aligned.ll » ('J')

Powered by Google App Engine
This is Rietveld 408576698