diff options
Diffstat (limited to 'lld/test/elf/Mips/rel-16-overflow.test')
-rw-r--r-- | lld/test/elf/Mips/rel-16-overflow.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/Mips/rel-16-overflow.test b/lld/test/elf/Mips/rel-16-overflow.test index 7d5cb940444..e2a73f69336 100644 --- a/lld/test/elf/Mips/rel-16-overflow.test +++ b/lld/test/elf/Mips/rel-16-overflow.test @@ -1,7 +1,7 @@ # Check R_MIPS_16 relocation overflow handling. # RUN: yaml2obj -format=elf %s > %t.o -# RUN: not lld -flavor gnu -target mipsel -e T0 -o %t.exe %t.o 2>&1 \ +# RUN: not lld -flavor old-gnu -target mipsel -e T0 -o %t.exe %t.o 2>&1 \ # RUN: | FileCheck %s # CHECK: Relocation out of range in file {{.*}} reference from T0+0 to T1+32767 of type 1 (R_MIPS_16) |