[dsymutil][llvm-dwarfutil] Rename command line options to avoid using vendor names...
[llvm-project.git] / llvm / test / tools / dsymutil / X86 / timestamp-mismatch.test
blobe75a7f1ddde3d987b5ffe892083b64790ec1b092
1 RUN: mkdir -p %t/Inputs
2 RUN: cp %p/../Inputs/basic.macho.x86_64 %t/Inputs
3 RUN: cp %p/../Inputs/basic1.macho.x86_64.o %t/Inputs
4 RUN: cp %p/../Inputs/basic2.macho.x86_64.o %t/Inputs
5 RUN: cp %p/../Inputs/basic3.macho.x86_64.o %t/Inputs
6 RUN: dsymutil -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64 -o %t.dSYM 2>&1 | FileCheck %s
8 RUN: dsymutil --linker parallel -oso-prepend-path=%t %t/Inputs/basic.macho.x86_64 -o %t.dSYM 2>&1 | FileCheck %s
10 CHECK: warning: {{.*}}/Inputs/basic1.macho.x86_64.o: timestamp mismatch between object file ({{.*}}) and debug map ({{.*}})
11 CHECK: warning: {{.*}}/Inputs/basic2.macho.x86_64.o: timestamp mismatch between object file ({{.*}}) and debug map ({{.*}})
12 CHECK: warning: {{.*}}/Inputs/basic3.macho.x86_64.o: timestamp mismatch between object file ({{.*}}) and debug map ({{.*}})