Chromium Code Reviews| Index: tests_lit/llvm2ice_tests/elf_container.ll |
| diff --git a/tests_lit/llvm2ice_tests/elf_container.ll b/tests_lit/llvm2ice_tests/elf_container.ll |
| index 9464b2e34cd9afb595edcbad1d4c776d0af8b59b..db614265698ae1f236a17dc74c2ad01142bd19ad 100644 |
| --- a/tests_lit/llvm2ice_tests/elf_container.ll |
| +++ b/tests_lit/llvm2ice_tests/elf_container.ll |
| @@ -19,7 +19,7 @@ |
| ; Add a run that shows relocations in code inline. |
| ; RUN: %p2i -i %s --filetype=obj --output %t --args -O2 --verbose none \ |
|
Jim Stichnoth
2016/03/09 14:38:05
Add "--disassemble" before --args (and remove "--v
Sean Klein
2016/03/09 18:27:44
Done.
|
| ; RUN: -allow-externally-defined-symbols \ |
| -; RUN: && le32-nacl-objdump -w -d -r -Mintel %t \ |
| +; RUN: && arm-nacl-objdump -w -d -r -Mintel %t \ |
|
Jim Stichnoth
2016/03/09 14:38:05
... and remove this line entirely, because that is
Sean Klein
2016/03/09 18:27:44
Done.
|
| ; RUN: | FileCheck --check-prefix=TEXT-RELOCS %s |
| ; Use intrinsics to test external calls. |