diff options
Diffstat (limited to 'lld/test/elf/linkerscript/phdrs-all-none.test')
-rw-r--r-- | lld/test/elf/linkerscript/phdrs-all-none.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/linkerscript/phdrs-all-none.test b/lld/test/elf/linkerscript/phdrs-all-none.test index 199fee5c9ea..45baf188d8d 100644 --- a/lld/test/elf/linkerscript/phdrs-all-none.test +++ b/lld/test/elf/linkerscript/phdrs-all-none.test @@ -3,7 +3,7 @@ Test when all segments are marked as NONE. 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 NONE-ALL-PHDRS %s */ |