xref: /aosp_15_r20/external/llvm/test/tools/llvm-ar/override.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 -format gnu crs %t.ar %t.o
5*9880d681SAndroid Build Coastguard WorkerRUN: not grep -q __.SYMDEF %t.ar
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard WorkerEnsure that we honour a specific request
8*9880d681SAndroid Build Coastguard Worker
9