diff options
Diffstat (limited to 'lld/test/elf/linkerscript/sections-with-wildcards.test')
-rw-r--r-- | lld/test/elf/linkerscript/sections-with-wildcards.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/linkerscript/sections-with-wildcards.test b/lld/test/elf/linkerscript/sections-with-wildcards.test index 6af80d0883d..a390a2b2d36 100644 --- a/lld/test/elf/linkerscript/sections-with-wildcards.test +++ b/lld/test/elf/linkerscript/sections-with-wildcards.test @@ -63,7 +63,7 @@ RUN: yaml2obj -format=elf %p/Inputs/prog2.o.yaml -o=%T/p2.o RUN: yaml2obj -format=elf %p/Inputs/prog3.o.yaml -o=%T/p3.o RUN: cd %T -RUN: lld -flavor gnu -target x86_64 -T %s p1.o p2.o p3.o \ +RUN: lld -flavor old-gnu -target x86_64 -T %s p1.o p2.o p3.o \ RUN: -static -o %t1 RUN: llvm-readobj -s %t1 | FileCheck -check-prefix CHECKSECTIONS %s |