diff options
Diffstat (limited to 'lld/test/elf/Mips/r26-1-micro.test')
-rw-r--r-- | lld/test/elf/Mips/r26-1-micro.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/elf/Mips/r26-1-micro.test b/lld/test/elf/Mips/r26-1-micro.test index 629754febc7..c59b5aa61a5 100644 --- a/lld/test/elf/Mips/r26-1-micro.test +++ b/lld/test/elf/Mips/r26-1-micro.test @@ -4,13 +4,13 @@ # 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: llvm-readobj -relocations %t-o.o | \ # RUN: FileCheck -check-prefix=OBJ-REL %s -# 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-readobj -relocations %t.exe | FileCheck -check-prefix=EXE-REL %s # RUN: llvm-objdump -section-headers %t.exe | FileCheck -check-prefix=EXE %s # RUN: llvm-objdump -s -d -mattr=micromips %t.exe | \ |