diff options
| -rw-r--r-- | lld/test/ELF/mips-higher-highest.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/mips-higher-highest.s b/lld/test/ELF/mips-higher-highest.s index f31c1bedeef..9f243492e67 100644 --- a/lld/test/ELF/mips-higher-highest.s +++ b/lld/test/ELF/mips-higher-highest.s @@ -4,7 +4,7 @@ # RUN: llvm-mc -filetype=obj -triple=mips64-unknown-linux %s -o %t1.o # RUN: llvm-mc -filetype=obj -triple=mips64-unknown-linux \ # RUN: %S/Inputs/mips-dynamic.s -o %t2.o -# RUN: ld.lld %t1.o %t2.o %t.script -o %t.exe +# RUN: ld.lld %t1.o %t2.o -o %t.exe # RUN: llvm-objdump -d --no-show-raw-insn %t.exe | FileCheck %s .global __start |

