1*9880d681SAndroid Build Coastguard WorkerREQUIRES: shell 2*9880d681SAndroid Build Coastguard WorkerRUN: cd %T 3*9880d681SAndroid Build Coastguard WorkerRUN: cp %p/Inputs/split-dwarf-empty.dwo %T 4*9880d681SAndroid Build Coastguard WorkerRUN: echo "%p/Inputs/split-dwarf-empty.o 0xdeadbeef" > %t.input 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard WorkerRUN: llvm-symbolizer --functions=linkage --inlining --demangle=false \ 7*9880d681SAndroid Build Coastguard WorkerRUN: --default-arch=i386 < %t.input | FileCheck %s 8*9880d681SAndroid Build Coastguard Worker 9*9880d681SAndroid Build Coastguard WorkerCHECK: ?? 10*9880d681SAndroid Build Coastguard WorkerCHECK: ??:0:0 11