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