| Index: tests_lit/llvm2ice_tests/function_aligned.ll
|
| diff --git a/tests_lit/llvm2ice_tests/function_aligned.ll b/tests_lit/llvm2ice_tests/function_aligned.ll
|
| index c976dced2ec5caf658a05c9a2008e1f28193d5ec..23d2ca75ea465335aa5929f6cb9f83a8a1a14caf 100644
|
| --- a/tests_lit/llvm2ice_tests/function_aligned.ll
|
| +++ b/tests_lit/llvm2ice_tests/function_aligned.ll
|
| @@ -8,9 +8,11 @@
|
| ; TODO(jvoung): Stop skipping unimplemented parts (via --skip-unimplemented)
|
| ; once enough infrastructure is in. Also, switch to --filetype=obj
|
| ; when possible.
|
| -; RUN: %if --need=target_ARM32 --command %p2i --filetype=asm --assemble \
|
| +; RUN: %if --need=target_ARM32 --need=allow_dump \
|
| +; RUN: --command %p2i --filetype=asm --assemble \
|
| ; RUN: --disassemble --target arm32 -i %s --args -O2 --skip-unimplemented \
|
| -; RUN: | %if --need=target_ARM32 --command FileCheck --check-prefix ARM32 %s
|
| +; RUN: | %if --need=target_ARM32 --need=allow_dump \
|
| +; RUN: --command FileCheck --check-prefix ARM32 %s
|
|
|
| define void @foo() {
|
| ret void
|
|
|