xref: /aosp_15_r20/external/llvm/test/tools/llvm-ar/default-macho.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerRUN: yaml2obj %S/Inputs/macho.yaml -o %t.o
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard WorkerRUN: rm -f %t.ar
4*9880d681SAndroid Build Coastguard WorkerRUN: llvm-ar crs %t.ar %t.o
5*9880d681SAndroid Build Coastguard WorkerRUN: grep -q __.SYMDEF %t.ar
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard WorkerEnsure that we generate a BSD style archive for MachO by default.  ld64 expects
8*9880d681SAndroid Build Coastguard Workerthat it will be in BSD format.
9*9880d681SAndroid Build Coastguard Worker
10