Lines Matching refs:binary
4 # RUN: ld.lld -o %t.out %t --oformat=binary
9 ## OUTPUT_FORMAT(binary) selects the binary format as well.
10 # RUN: echo "OUTPUT_FORMAT(binary)" > %t.script
14 # RUN: echo "OUTPUT_FORMAT("binary")OUTPUT_FORMAT(elf64-x86-64)" > %t.script
18 ## --oformat=binary overrides an ELF OUTPUT_FORMAT.
20 # RUN: ld.lld -o %t2.out --script %t.script %t --oformat binary
24 # RUN: ld.lld -o %t2.out --script %t.script %t --oformat binary
30 # RUN: ld.lld -T %talign.lds %t --oformat binary -o %talign
38 # RUN: ld.lld -T %tempty.lds %t --oformat binary -o %tempty
44 # RUN: ld.lld -T %tnobits.lds %t --oformat binary -o %tnobits
50 # RUN: ld.lld -T %tlma.lds %t --oformat binary -o %tlma
57 # RUN: echo "OUTPUT_FORMAT(binary-freebsd)" > %t.script
59 # ERR2: error: {{.*}}.script:1: unknown output format name: binary-freebsd