diff options
Diffstat (limited to 'lld/test/elf/linkerscript/phdrs-program-wrong-phdrs.test')
-rw-r--r-- | lld/test/elf/linkerscript/phdrs-program-wrong-phdrs.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/elf/linkerscript/phdrs-program-wrong-phdrs.test b/lld/test/elf/linkerscript/phdrs-program-wrong-phdrs.test index 48f17933680..c27b23d8587 100644 --- a/lld/test/elf/linkerscript/phdrs-program-wrong-phdrs.test +++ b/lld/test/elf/linkerscript/phdrs-program-wrong-phdrs.test @@ -3,7 +3,7 @@ Test when program segment contains PHDRS attribute not mapped to load segment. RUN: yaml2obj -format=elf %p/Inputs/simple.o.yaml -o=%t.o -RUN: not lld -flavor gnu -target x86_64 -T %s %t.o -static -o %t1 &> %t1-error +RUN: not lld -flavor old-gnu -target x86_64 -T %s %t.o -static -o %t1 &> %t1-error RUN: FileCheck -check-prefix PROGRAM-PHDR-WRONG-PHDRS %s < %t1-error */ |