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

Unified Diff: tests_lit/lit.cfg

Issue 1776843002: Allow subzero tests to pass without le32-nacl-objdump. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 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
Index: tests_lit/lit.cfg
diff --git a/tests_lit/lit.cfg b/tests_lit/lit.cfg
index 53afcd38baf43366b1e3931548ad19b622d2aa98..a76eea58e8c2561ae8663e5406465ea6618ca774 100644
--- a/tests_lit/lit.cfg
+++ b/tests_lit/lit.cfg
@@ -111,7 +111,7 @@ config.substitutions.append(('%pnacl_sz', pnacl_sz_tool))
pnaclbintools = [r'\b' + x + r'\b' for x in
['FileCheck',
- 'le32-nacl-objdump',
+ 'arm-nacl-objdump',
Jim Stichnoth 2016/03/09 14:38:04 This line can be removed entirely, after the elf_c
Sean Klein 2016/03/09 18:27:44 Done.
'llvm-as',
'llvm-mc',
'llvm-readobj',

Powered by Google App Engine
This is Rietveld 408576698