| Index: tests_lit/assembler/mips32/encoding_test_arith_fp.ll
|
| diff --git a/tests_lit/assembler/mips32/encoding_test_arith_fp.ll b/tests_lit/assembler/mips32/encoding_test_arith_fp.ll
|
| index c29dc2230e67b6eb93b3f3bddde51fff4263b992..3d9ebf64968010459a1886e423ddde3c71a76c29 100644
|
| --- a/tests_lit/assembler/mips32/encoding_test_arith_fp.ll
|
| +++ b/tests_lit/assembler/mips32/encoding_test_arith_fp.ll
|
| @@ -4,22 +4,22 @@
|
|
|
| ; Compile using standalone assembler.
|
| ; RUN: %p2i --filetype=asm -i %s --target=mips32 --args -O2 \
|
| -; RUN: --allow-externally-defined-symbols --skip-unimplemented \
|
| +; RUN: --allow-externally-defined-symbols \
|
| ; RUN: | FileCheck %s --check-prefix=ASM
|
|
|
| ; Show bytes in assembled standalone code.
|
| ; RUN: %p2i --filetype=asm -i %s --target=mips32 --assemble --disassemble \
|
| -; RUN: --args -O2 --allow-externally-defined-symbols --skip-unimplemented \
|
| +; RUN: --args -O2 --allow-externally-defined-symbols \
|
| ; RUN: | FileCheck %s --check-prefix=DIS
|
|
|
| ; Compile using integrated assembler.
|
| ; RUN: %p2i --filetype=iasm -i %s --target=mips32 --args -O2 \
|
| -; RUN: --allow-externally-defined-symbols --skip-unimplemented \
|
| +; RUN: --allow-externally-defined-symbols \
|
| ; RUN: | FileCheck %s --check-prefix=IASM
|
|
|
| ; Show bytes in assembled integrated code.
|
| ; RUN: %p2i --filetype=iasm -i %s --target=mips32 --assemble --disassemble \
|
| -; RUN: --args -O2 --allow-externally-defined-symbols --skip-unimplemented \
|
| +; RUN: --args -O2 --allow-externally-defined-symbols \
|
| ; RUN: | FileCheck %s --check-prefix=DIS
|
|
|
| declare float @llvm.fabs.f32(float)
|
|
|