1*9880d681SAndroid Build Coastguard WorkerRUN: echo "%p/Inputs/dsym-test-exe 0x0000000100000f90" > %t.input 2*9880d681SAndroid Build Coastguard WorkerRUN: echo "%p/Inputs/dsym-test-exe-second 0x0000000100000f90" >> %t.input 3*9880d681SAndroid Build Coastguard WorkerRUN: llvm-symbolizer < %t.input | FileCheck %s --check-prefix=CHECK-NOHINT 4*9880d681SAndroid Build Coastguard WorkerRUN: llvm-symbolizer -dsym-hint=%p/Inputs/dsym-test-exe-differentname.dSYM < %t.input | FileCheck %s --check-prefix=CHECK-HINT 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard WorkerCHECK-NOHINT: main 7*9880d681SAndroid Build Coastguard WorkerCHECK-NOHINT: dsym-test.c 8*9880d681SAndroid Build Coastguard WorkerCHECK-NOHINT: main 9*9880d681SAndroid Build Coastguard WorkerCHECK-NOHINT: ??:0:0 10*9880d681SAndroid Build Coastguard Worker 11*9880d681SAndroid Build Coastguard WorkerCHECK-HINT: main 12*9880d681SAndroid Build Coastguard WorkerCHECK-HINT: dsym-test.c 13*9880d681SAndroid Build Coastguard WorkerCHECK-HINT: main 14*9880d681SAndroid Build Coastguard WorkerCHECK-HINT: dsym-test.c 15