diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/Inputs/compress-debug-sections.yaml')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/Inputs/compress-debug-sections.yaml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/Inputs/compress-debug-sections.yaml b/llvm/test/tools/llvm-objcopy/ELF/Inputs/compress-debug-sections.yaml index 15fb7fdf58c..a3c607cc72b 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/Inputs/compress-debug-sections.yaml +++ b/llvm/test/tools/llvm-objcopy/ELF/Inputs/compress-debug-sections.yaml @@ -25,23 +25,6 @@ Sections: - Name: .debug_bar Type: SHT_PROGBITS Content: 0000000000000000 - - Name: .group - Type: SHT_GROUP - Link: .symtab - EntSize: 0x0000000000000004 - Info: groupname - Members: - - SectionOrType: GRP_COMDAT - - SectionOrType: .text.in.group - - SectionOrType: .debug_in_group - - Name: .text.in.group - Type: SHT_PROGBITS - Flags: [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ] - Content: '00' - - Name: .debug_in_group - Type: SHT_PROGBITS - Flags: [ SHF_GROUP ] - Content: '00' Symbols: Global: - Name: .debug_foo @@ -52,6 +35,4 @@ Symbols: Section: .notdebug_foo - Name: .Linfo_string0 Section: .debug_bar - - Name: groupname - Section: .group ... |