Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions llvm/test/tools/llvm-objcopy/ELF/many-sections.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN: llvm-readobj --file-headers --sections --symbols %t2 | FileCheck %s
RUN: llvm-readelf --symbols %t2 | FileCheck --check-prefix=SYMS %s

## The ELF header should have e_shnum == 0 and e_shstrndx == SHN_XINDEX.
# CHECK: SectionHeaderCount: 0
# CHECK-NEXT: StringTableSectionIndex: 65535
# CHECK: SectionHeaderCount: 0 (65540)
# CHECK-NEXT: StringTableSectionIndex: 65535 (65539)

## The first section header should store the real section header count and
## shstrndx in its fields.
Expand Down