Index: tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
diff --git a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
index eacce418d447a39d0be8bc988e0c3899c141d737..684f4992e8bf33125985f59bd93904cd654b5a15 100644 |
--- a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
+++ b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll |
@@ -36,7 +36,7 @@ |
; RUN: %if --need=target_MIPS32 --need=allow_dump \ |
; RUN: --command %p2i --filetype=asm --assemble --disassemble --target mips32\ |
-; RUN: -i %s --args -Om1 --skip-unimplemented \ |
+; RUN: -i %s --args -Om1 \ |
Jim Stichnoth
2016/10/25 14:22:19
Unfortunately, this --skip-unimplemented may need
|
; RUN: -allow-externally-defined-symbols \ |
; RUN: | %if --need=target_MIPS32 --need=allow_dump \ |
; RUN: --command FileCheck --check-prefix MIPS32 %s |