Index: tests_lit/llvm2ice_tests/large_stack_offs.ll |
diff --git a/tests_lit/llvm2ice_tests/large_stack_offs.ll b/tests_lit/llvm2ice_tests/large_stack_offs.ll |
index 8449df7b9a6683090b844beee97b37ea39906ad9..9490c68c8efd729d30adf29ecf687b97ef9ae91a 100644 |
--- a/tests_lit/llvm2ice_tests/large_stack_offs.ll |
+++ b/tests_lit/llvm2ice_tests/large_stack_offs.ll |
@@ -5,11 +5,11 @@ |
; We only need to test ARM and other architectures which have limited space |
; for specifying an offset within an instruction. |
-; RUN: %if --need=target_ARM32 --need=allow_dump \ |
-; RUN: --command %p2i --filetype=asm --assemble --disassemble --target arm32 \ |
-; RUN: -i %s --args -Om1 --skip-unimplemented --test-stack-extra 4096 \ |
+; RUN: %if --need=target_ARM32 \ |
+; RUN: --command %p2i --filetype=obj --disassemble --target arm32 \ |
+; RUN: -i %s --args -Om1 --test-stack-extra 4096 \ |
; RUN: -allow-externally-defined-symbols \ |
-; RUN: | %if --need=target_ARM32 --need=allow_dump \ |
+; RUN: | %if --need=target_ARM32 \ |
; RUN: --command FileCheck --check-prefix ARM32 %s |
declare i64 @dummy(i32 %t1, i32 %t2, i32 %t3, i64 %t4, i64 %t5) |