summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/Mips/ctors-order.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/elf/Mips/ctors-order.test')
-rw-r--r--lld/test/elf/Mips/ctors-order.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/elf/Mips/ctors-order.test b/lld/test/elf/Mips/ctors-order.test
index 7db35e6556d..b33ed43292e 100644
--- a/lld/test/elf/Mips/ctors-order.test
+++ b/lld/test/elf/Mips/ctors-order.test
@@ -3,9 +3,9 @@
# RUN: yaml2obj -format=elf -docnum 1 %s > %t-crtbeginS.o
# RUN: yaml2obj -format=elf -docnum 2 %s > %t-crtendS.o
# RUN: yaml2obj -format=elf -docnum 3 %s > %t-obj.o
-# RUN: lld -flavor gnu -target mipsel -shared --output-filetype=yaml \
+# RUN: lld -flavor old-gnu -target mipsel -shared --output-filetype=yaml \
# RUN: %t-crtbeginS.o %t-obj.o %t-crtendS.o | FileCheck %s
-# RUN: lld -flavor gnu -target mipsel -shared -o %t.so \
+# RUN: lld -flavor old-gnu -target mipsel -shared -o %t.so \
# RUN: %t-crtbeginS.o %t-obj.o %t-crtendS.o
# RUN: llvm-objdump -s %t.so | FileCheck -check-prefix=RAW %s
OpenPOWER on IntegriCloud