1 # RUN: yaml2obj %s -o %t
2 # RUN: llvm-objcopy --strip-symbol baz -N bar %t %t2
3 # RUN: llvm-readobj --symbols --sections %t2 | FileCheck %s
4 # RUN: llvm-strip --strip-symbol baz -N bar %t -o %t3
6 # RUN: llvm-objcopy --regex --strip-symbol '^b.*' -N bar %t %t4
8 # RUN: llvm-strip --regex --strip-symbol '^b.*' -N bar %t -o %t5
10 # RUN: echo " bar # bar" > %t-list.txt
11 # RUN: echo " baz # baz" >> %t-list.txt
12 # RUN: echo " # no symbol" >> %t-list.txt
13 # RUN: llvm-objcopy --strip-symbols %t-list.txt %t %t6
15 # RUN: echo "b.* # bar & baz" > %t-list2.txt
16 # RUN: llvm-objcopy --regex --strip-symbols %t-list2.txt %t %t7
28 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
30 AddressAlign: 0x0000000000000010
54 #CHECK-NEXT: Value: 0x0
56 #CHECK-NEXT: Binding: Local
57 #CHECK-NEXT: Type: None
59 #CHECK-NEXT: Section: Undefined
62 #CHECK-NEXT: Name: foo
63 #CHECK-NEXT: Value: 0x1000
65 #CHECK-NEXT: Binding: Local
66 #CHECK-NEXT: Type: Function
68 #CHECK-NEXT: Section: .text