brintos

brintos / llvm-project-archived public Read only

0
0
Text · 584 B · b158a79 Raw
20 lines · plain
1# RUN: ld.lld -o %t.out -shared /dev/null -m elf_x86_64 \2# RUN:   --print-archive-stats=%t --why-extract=%t --dependency-file=%t -Map=%t3# RUN: FileCheck -DOUT_FILE=%t.out --input-file=%t %s4 5# RUN: ld.lld -o %t.out -shared /dev/null -m elf_x86_64 \6# RUN:   --print-archive-stats=- --why-extract=- --dependency-file=- -Map=- \7# RUN:   | FileCheck -DOUT_FILE=%t.out %s8 9## From --print-archive-stats10# CHECK: members extracted archive11 12## From --why-extract13# CHECK: reference extracted symbol14 15## From --dependency-file16# CHECK: [[OUT_FILE]]: \17 18## From -Map19# CHECK: VMA LMA Size20