| Index: tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| diff --git a/tests_lit/llvm2ice_tests/globalinit.pnacl.ll b/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| index ed8774094b7f7be725c74f6b37cde5828514ca9f..b7ac1f69a754a46c188bd47ae7c887cba8ea7f77 100644
|
| --- a/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| +++ b/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| @@ -8,7 +8,7 @@
|
| ; RUN: | %if --need=target_X8632 --command FileCheck %s
|
|
|
| ; RUN: %if --need=target_ARM32 --command %p2i --filetype=asm --target arm32 \
|
| -; RUN: -i %s --args -O2 --skip-unimplemented \
|
| +; RUN: -i %s --args -O2 \
|
| ; RUN: -allow-externally-defined-symbols \
|
| ; RUN: | %if --need=target_ARM32 --command FileCheck %s
|
|
|
| @@ -33,14 +33,14 @@
|
| ; For now we can at least see the instructions / relocations.
|
| ; RUN: %if --need=target_ARM32 --command %p2i --filetype=asm --assemble \
|
| ; RUN: --disassemble --target arm32 -i %s \
|
| -; RUN: --args --verbose none --skip-unimplemented \
|
| +; RUN: --args --verbose none \
|
| ; RUN: -allow-externally-defined-symbols \
|
| ; RUN: | %if --need=target_ARM32 --command FileCheck \
|
| ; RUN: --check-prefix=IASARM32 %s
|
|
|
| ; RUN: %if --need=target_ARM32 --command %p2i --filetype=asm --assemble \
|
| ; RUN: --disassemble --dis-flags=-t --target arm32 -i %s \
|
| -; RUN: --args --verbose none --skip-unimplemented \
|
| +; RUN: --args --verbose none \
|
| ; RUN: -allow-externally-defined-symbols \
|
| ; RUN: | %if --need=target_ARM32 --command FileCheck --check-prefix=SYMTAB %s
|
|
|
|
|