brintos

brintos / llvm-project-archived public Read only

0
0
Text · 277 B · 3de09d8 Raw
7 lines · plain
1## Test extract xcoff object file from AIX big archive.2# UNSUPPORTED: target={{.*}}-zos{{.*}}3# RUN: rm -rf %t && mkdir -p %t/extracted/ && cd %t/extracted/4# RUN: llvm-ar x %p/Inputs/aix-big-archive.a5# RUN: echo "content_of_evenlen" > evenlen_16# RUN: cmp evenlen evenlen_17