summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/Mips/rel-pc16-overflow.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/elf/Mips/rel-pc16-overflow.test')
-rw-r--r--lld/test/elf/Mips/rel-pc16-overflow.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/Mips/rel-pc16-overflow.test b/lld/test/elf/Mips/rel-pc16-overflow.test
index d1844b6e5b8..910482ee615 100644
--- a/lld/test/elf/Mips/rel-pc16-overflow.test
+++ b/lld/test/elf/Mips/rel-pc16-overflow.test
@@ -1,7 +1,7 @@
# Check R_MIPS_PC16 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+131068 of type 10 (R_MIPS_PC16)
OpenPOWER on IntegriCloud