1RUN: mkdir -p %t/Inputs
2RUN: cp %p/../Inputs/basic.macho.x86_64 %t/Inputs
3RUN: cp %p/../Inputs/basic1.macho.x86_64.o %t/Inputs
4RUN: cp %p/../Inputs/basic2.macho.x86_64.o %t/Inputs
5RUN: cp %p/../Inputs/basic3.macho.x86_64.o %t/Inputs
6RUN: dsymutil -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64 -o %t.dSYM 2>&1 | FileCheck %s
7
8CHECK: warning: {{.*}}/Inputs/basic1.macho.x86_64.o: timestamp mismatch between object file ({{.*}}) and debug map ({{.*}})
9CHECK: warning: {{.*}}/Inputs/basic2.macho.x86_64.o: timestamp mismatch between object file ({{.*}}) and debug map ({{.*}})
10CHECK: warning: {{.*}}/Inputs/basic3.macho.x86_64.o: timestamp mismatch between object file ({{.*}}) and debug map ({{.*}})
11