brintos

brintos / llvm-project-archived public Read only

0
0
Text · 254 B · d3ce6f1 Raw
8 lines · plain
1# Check if llvm-ar correctly archives bitcode files for AIX.2# RUN: rm -rf %t && mkdir -p %t3# RUN: llvm-as %S/Inputs/aix-foo.ll -o %t/aix-foo.bc4# RUN: llvm-ar qc %t/aix-foo.a %t/aix-foo.bc5# RUN: FileCheck %s --input-file=%t/aix-foo.a6 7# CHECK:  bigaf8