diff options
-rw-r--r-- | lld/test/ELF/mips-jalr.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/mips-jalr.test b/lld/test/ELF/mips-jalr.test index 01141f7d034..c1b119c701b 100644 --- a/lld/test/ELF/mips-jalr.test +++ b/lld/test/ELF/mips-jalr.test @@ -1,6 +1,6 @@ # Check that lld ignores R_MIPS_JALR relocation for now. -# RUN: yaml2obj -format elf %s -o %t.o +# RUN: yaml2obj %s -o %t.o # RUN: ld.lld %t.o -o %t.so -shared # RUN: llvm-objdump -d %t.so | FileCheck %s # RUN: llvm-readobj -relocations %t.so | FileCheck -check-prefix=REL %s |