diff options
Diffstat (limited to 'lld/test/elf/sectionGroups/sectiongroup-with-undef-signature.test')
-rw-r--r-- | lld/test/elf/sectionGroups/sectiongroup-with-undef-signature.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/elf/sectionGroups/sectiongroup-with-undef-signature.test b/lld/test/elf/sectionGroups/sectiongroup-with-undef-signature.test index 06f1954d067..83a69a3828b 100644 --- a/lld/test/elf/sectionGroups/sectiongroup-with-undef-signature.test +++ b/lld/test/elf/sectionGroups/sectiongroup-with-undef-signature.test @@ -18,9 +18,9 @@ #RUN: yaml2obj -format=elf -docnum 1 %s -o %t.comdat1.o #RUN: yaml2obj -format=elf -docnum 2 %s -o %t.comdat2.o #RUN: yaml2obj -format=elf -docnum 3 %s -o %t.g1.o -#RUN: lld -flavor gnu -target x86_64 %t.comdat1.o %t.comdat2.o \ +#RUN: lld -flavor old-gnu -target x86_64 %t.comdat1.o %t.comdat2.o \ #RUN: %t.g1.o --noinhibit-exec --output-filetype=yaml -o %t2.out.yaml -#RUN: lld -flavor gnu -target x86_64 %t.comdat1.o %t.comdat2.o \ +#RUN: lld -flavor old-gnu -target x86_64 %t.comdat1.o %t.comdat2.o \ #RUN: %t.g1.o --noinhibit-exec -o %t2.out #RUN: FileCheck %s -check-prefix=CHECKGROUP < %t2.out.yaml #RUN: llvm-readobj -sections %t2.out | FileCheck %s -check-prefix=CHECKGROUPSECTIONS |