1 # Check we correctly set the sh_info field of .symtab section.
2 # A symbol table section's sh_info section header member holds
3 # the symbol table index for the first non-local symbol.
5 # RUN: yaml2obj -docnum=1 %s -o %t
6 # RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix=ONE
21 # RUN: yaml2obj -docnum=2 %s -o %t
22 # RUN: llvm-readobj --sections %t | FileCheck %s --check-prefix=TWO