diff options
Diffstat (limited to 'lld/test/elf/Mips/hilo16-3-overflow.test')
-rw-r--r-- | lld/test/elf/Mips/hilo16-3-overflow.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/Mips/hilo16-3-overflow.test b/lld/test/elf/Mips/hilo16-3-overflow.test index 0c5523374b8..94fc90b3be5 100644 --- a/lld/test/elf/Mips/hilo16-3-overflow.test +++ b/lld/test/elf/Mips/hilo16-3-overflow.test @@ -1,7 +1,7 @@ # Check R_MIPS_HI16 relocation overflow handling. # RUN: yaml2obj -format=elf %s > %t.o -# RUN: not lld -flavor gnu -target mipsel -shared -o %t.so %t.o 2>&1 \ +# RUN: not lld -flavor old-gnu -target mipsel -shared -o %t.so %t.o 2>&1 \ # RUN: | FileCheck %s # CHECK: Relocation out of range in file {{.*}} reference from T0+0 to _gp_disp+2147483648 of type 5 (R_MIPS_HI16) |