Lines Matching refs:objcopy
5 # RUN: llvm-objcopy %t %t-discard-none
7 # RUN: llvm-objcopy --discard-all %t %t-discard-all
9 # RUN: llvm-objcopy --discard-locals %t %t-discard-locals
13 # RUN: llvm-objcopy --discard-all --discard-locals %t %t.1.o
15 # RUN: llvm-objcopy --discard-locals --discard-all %t %t.2.o
17 # RUN: llvm-objcopy -x -X %t %t.3.o
19 # RUN: llvm-objcopy -X -x %t %t.4.o
21 # RUN: llvm-objcopy -x -X -x -X %t %t.5.o
23 # RUN: llvm-objcopy -X -x -X -x %t %t.6.o
25 # RUN: llvm-objcopy -X -x -X -x --discard-locals %t %t.7.o
27 # RUN: llvm-objcopy -X -x -X -x --discard-all %t %t.8.o