1 # RUN: yaml2obj %s > %t
2 # RUN: llvm-objcopy --keep-section=.test2 --only-section=.test %t %t2
3 # RUN: llvm-objcopy -j .test --keep-section=.test2 %t %t3
4 # RUN: llvm-readobj --file-headers --sections %t2 | FileCheck %s
6 # RUN: llvm-objcopy --regex --keep-section='^.test$' --only-section='^.test[2-3]+$' %t %t4
7 # RUN: llvm-readobj --file-headers --sections %t4 | FileCheck %s --check-prefix=REGEX
23 # CHECK: SectionHeaderCount: 4
27 # CHECK: Name: .shstrtab
29 # REGEX: SectionHeaderCount: 5
34 # REGEX: Name: .shstrtab