xref: /llvm-project/llvm/test/tools/llvm-ar/default-xcoff.test (revision fe3b621f05e706fb04dec121c136b6de82a9e277)
1;; Test llvm-ar uses the big archive format for XCOFF object files by default.
2; RUN: yaml2obj %S/Inputs/xcoff.yaml -o %t.obj
3; RUN: rm -f %t.ar
4; RUN: llvm-ar cr %t.ar %t.obj
5; RUN: FileCheck %s --input-file=%t.ar
6
7; CHECK:  bigaf
8