diff options
Diffstat (limited to 'lld/test/elf/Mips/plt-header-micro.test')
-rw-r--r-- | lld/test/elf/Mips/plt-header-micro.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/elf/Mips/plt-header-micro.test b/lld/test/elf/Mips/plt-header-micro.test index ce042741cd3..743c4c33218 100644 --- a/lld/test/elf/Mips/plt-header-micro.test +++ b/lld/test/elf/Mips/plt-header-micro.test @@ -5,11 +5,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 -d -mattr=micromips %t.exe | FileCheck -check-prefix=DIS %s # RUN: llvm-objdump -section-headers %t.exe | FileCheck -check-prefix=EXE %s |