Lines Matching refs:objcopy
1 ## This test checks that llvm-objcopy accepts glob (or "shell wildcard") syntax
7 # RUN: llvm-objcopy --remove-section='.f*' %t.o %t.glob.o
12 # RUN: llvm-objcopy --remove-section='*a' %t.o %t.full.o
17 # RUN: llvm-objcopy --remove-section='.b?r' %t.o %t.question.o
23 # RUN: llvm-objcopy --remove-section='.???' --remove-section='!.f*' \
27 # RUN: llvm-objcopy --remove-section='!.f*' --remove-section='.???' \
31 # RUN: llvm-objcopy --remove-section='.???' --remove-section='!.f*' \
37 # RUN: llvm-objcopy --remove-section='.[a-c][a-a][q-s]' %t.o %t.range.o
42 # RUN: llvm-objcopy --remove-section='.[^x]oo' %t.o %t.negrange.1.o
45 # RUN: llvm-objcopy --remove-section='.[!x]oo' %t.o %t.negrange.2.o
67 # RUN: llvm-objcopy --remove-section='\*' %t.special.o %t.escape.1.o
71 # RUN: llvm-objcopy --remove-section='\?' %t.special.o %t.escape.2.o
77 # RUN: llvm-objcopy --remove-section='.' %t.special.o %t.dot.o
84 # RUN: llvm-objcopy --remove-section='[*]' %t.special.o %t.class.1.o
93 # RUN: llvm-objcopy --remove-section='[]xyz]' %t.special.o %t.class.2.o
99 # RUN: llvm-objcopy --remove-section='][]' %t.special.o %t.class.3.o 2>&1 \