1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-objcopy --strip-non-alloc --keep-section=.test --keep-section=.test3 %t %t2
3 # RUN: llvm-objcopy --strip-non-alloc --regex --keep-section='^.test[0-9]+$' %t %t3
4 # RUN: llvm-readobj --file-headers --sections %t2 | FileCheck %s
5 # RUN: llvm-readobj --file-headers --sections %t3 | FileCheck %s --check-prefix=REGEX
25 # CHECK: SectionHeaderCount: 4
29 # CHECK: Name: .shstrtab
31 # REGEX: SectionHeaderCount: 4
34 # REGEX: Name: .shstrtab