diff options
Diffstat (limited to 'lld/test/elf/linkerscript/phdrs-same-flags.test')
-rw-r--r-- | lld/test/elf/linkerscript/phdrs-same-flags.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/linkerscript/phdrs-same-flags.test b/lld/test/elf/linkerscript/phdrs-same-flags.test index 64b6828242f..e39f6188103 100644 --- a/lld/test/elf/linkerscript/phdrs-same-flags.test +++ b/lld/test/elf/linkerscript/phdrs-same-flags.test @@ -3,7 +3,7 @@ Test sections put to same segment with FLAGS attribute set. RUN: yaml2obj -format=elf %p/Inputs/simple.o.yaml -o=%t.o -RUN: lld -flavor gnu -target x86_64 -T %s %t.o -static -o %t1 +RUN: lld -flavor old-gnu -target x86_64 -T %s %t.o -static -o %t1 RUN: llvm-objdump -section-headers %t1 | FileCheck -check-prefix FLAGS-PHDRS-SECS %s RUN: llvm-readobj -program-headers %t1 | FileCheck -check-prefix FLAGS-PHDRS-HDRS %s */ |