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