summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/linkerscript/sections-order.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/elf/linkerscript/sections-order.test')
-rw-r--r--lld/test/elf/linkerscript/sections-order.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/linkerscript/sections-order.test b/lld/test/elf/linkerscript/sections-order.test
index 3ff56d5723b..4d23f5eb9d5 100644
--- a/lld/test/elf/linkerscript/sections-order.test
+++ b/lld/test/elf/linkerscript/sections-order.test
@@ -62,7 +62,7 @@ RUN: yaml2obj -format=elf %p/Inputs/prog2.o.yaml -o=%T/prog2.o
RUN: yaml2obj -format=elf %p/Inputs/prog3.o.yaml -o=%T/prog3.o
RUN: cd %T
-RUN: lld -flavor gnu -target x86_64 -T %s prog1.o prog2.o prog3.o \
+RUN: lld -flavor old-gnu -target x86_64 -T %s prog1.o prog2.o prog3.o \
RUN: -static -o %t1
RUN: llvm-readobj -s %t1 | FileCheck -check-prefix CHECKSECTIONS %s
OpenPOWER on IntegriCloud