Chromium Code Reviews| 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', |