Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / llvm-readobj / elf-sec-compressed.test
blob5045c5392896406e951360e2ee37582d5a6c6f2e
1 RUN: llvm-readobj --sections \
2 RUN:   %p/Inputs/compression.zlib.style.elf-x86-64 | FileCheck %s
4 CHECK:      Section {
5 CHECK:       Name: .debug_info
6 CHECK-NEXT:  Type: SHT_PROGBITS
7 CHECK-NEXT:  Flags [ 
8 CHECK-NEXT:   SHF_COMPRESSED (0x800)
9 CHECK-NEXT:  ]