You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
256 B
10 lines
256 B
7 months ago
|
RUN: llvm-readobj -sections \
|
||
|
RUN: %p/Inputs/compression.zlib.style.elf-x86-64 | FileCheck %s
|
||
|
|
||
|
CHECK: Section {
|
||
|
CHECK: Name: .debug_info
|
||
|
CHECK-NEXT: Type: SHT_PROGBITS
|
||
|
CHECK-NEXT: Flags [
|
||
|
CHECK-NEXT: SHF_COMPRESSED (0x800)
|
||
|
CHECK-NEXT: ]
|