diff options
Diffstat (limited to 'lld/test/elf/Mips/plt-header.test')
-rw-r--r-- | lld/test/elf/Mips/plt-header.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/elf/Mips/plt-header.test b/lld/test/elf/Mips/plt-header.test index 51f09113704..6d303254d16 100644 --- a/lld/test/elf/Mips/plt-header.test +++ b/lld/test/elf/Mips/plt-header.test @@ -4,11 +4,11 @@ # Build shared library # RUN: yaml2obj -format=elf -docnum 1 %s > %t-so.o -# RUN: lld -flavor gnu -target mipsel -shared -o %t.so %t-so.o +# RUN: lld -flavor old-gnu -target mipsel -shared -o %t.so %t-so.o # Build executable # RUN: yaml2obj -format=elf -docnum 2 %s > %t-o.o -# RUN: lld -flavor gnu -target mipsel -e glob -o %t.exe %t-o.o %t.so +# RUN: lld -flavor old-gnu -target mipsel -e glob -o %t.exe %t-o.o %t.so # RUN: llvm-objdump -section-headers -disassemble %t.exe | \ # RUN: FileCheck -check-prefix=EXE %s |