We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe99baf commit 214170aCopy full SHA for 214170a
llvm/test/tools/llvm-objcopy/ELF/many-sections.test
@@ -6,8 +6,8 @@ RUN: llvm-readobj --file-headers --sections --symbols %t2 | FileCheck %s
6
RUN: llvm-readelf --symbols %t2 | FileCheck --check-prefix=SYMS %s
7
8
## The ELF header should have e_shnum == 0 and e_shstrndx == SHN_XINDEX.
9
-# CHECK: SectionHeaderCount: 0
10
-# CHECK-NEXT: StringTableSectionIndex: 65535
+# CHECK: SectionHeaderCount: 0 (65540)
+# CHECK-NEXT: StringTableSectionIndex: 65535 (65539)
11
12
## The first section header should store the real section header count and
13
## shstrndx in its fields.
0 commit comments