diff options
Diffstat (limited to 'lld/test/elf/Mips/rel-pc-hilo.test')
-rw-r--r-- | lld/test/elf/Mips/rel-pc-hilo.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/Mips/rel-pc-hilo.test b/lld/test/elf/Mips/rel-pc-hilo.test index 572b693457b..6791926762b 100644 --- a/lld/test/elf/Mips/rel-pc-hilo.test +++ b/lld/test/elf/Mips/rel-pc-hilo.test @@ -1,7 +1,7 @@ # Check handling of R_MIPS_PCHI16 / R_MIPS_PCLO16 relocations. # RUN: yaml2obj -format=elf %s > %t.o -# RUN: lld -flavor gnu -target mipsel -e T0 -o %t.exe %t.o +# RUN: lld -flavor old-gnu -target mipsel -e T0 -o %t.exe %t.o # RUN: llvm-objdump -s -t %t.exe | FileCheck %s # CHECK: Contents of section .text: |