| 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..6ab0f4d8c2db56fd66e4693c71ead672af562266 100644
|
| --- a/tests_lit/llvm2ice_tests/elf_container.ll
|
| +++ b/tests_lit/llvm2ice_tests/elf_container.ll
|
| @@ -17,9 +17,8 @@
|
| ; RUN: | %if --need=allow_dump --command FileCheck %s
|
|
|
| ; Add a run that shows relocations in code inline.
|
| -; RUN: %p2i -i %s --filetype=obj --output %t --args -O2 --verbose none \
|
| +; RUN: %p2i -i %s --filetype=obj --output %t --disassemble --args -O2 \
|
| ; RUN: -allow-externally-defined-symbols \
|
| -; RUN: && le32-nacl-objdump -w -d -r -Mintel %t \
|
| ; RUN: | FileCheck --check-prefix=TEXT-RELOCS %s
|
|
|
| ; Use intrinsics to test external calls.
|
|
|