Lines Matching full:inputs
1 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic.macho.x86_64 | FileCheck %s
2 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic-lto.macho.x86_64 | FileCheck %s --check-prefix=CHECK-LTO
3 RUN: llvm-dsymutil -verbose -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic-archive.macho.x86_64 | FileCheck %s --check-prefix=CHECK-ARCHIVE
4 RUN: llvm-dsymutil -dump-debug-map %p/Inputs/basic.macho.x86_64 2>&1 | FileCheck %s --check-prefix=NOT-FOUND
5 RUN: not llvm-dsymutil -dump-debug-map %p/Inputs/inexistant 2>&1 | FileCheck %s --check-prefix=NO-EXECUTABLE
13 CHECK: binary-path:{{.*}}/Inputs/basic.macho.x86_64
14 CHECK: filename:{{.*}}/Inputs/basic1.macho.x86_64.o
16 CHECK: filename{{.*}}/Inputs/basic2.macho.x86_64.o
21 CHECK: filename{{.*}}/Inputs/basic3.macho.x86_64.o
33 CHECK-LTO: binary-path:{{.*}}/Inputs/basic-lto.macho.x86_64
34 CHECK-LTO: /Inputs/basic-lto.macho.x86_64.o
48 CHECK-ARCHIVE-NEXT: trying to open {{.*}}/Inputs/basic1.macho.x86_64.o'
57 CHECK-ARCHIVE: binary-path:{{.*}}/Inputs/basic-archive.macho.x86_64
58 CHECK-ARCHIVE: /Inputs/basic1.macho.x86_64.o
60 CHECK-ARCHIVE: /Inputs/./libbasic.a(basic2.macho.x86_64.o)
65 CHECK-ARCHIVE: /Inputs/./libbasic.a(basic3.macho.x86_64.o)
72 present in the machine's /Inputs/ folder, which should be a pretty safe bet).
74 NOT-FOUND: cannot open{{.*}}"/Inputs/basic1.macho.x86_64.o": {{[Nn]o}} such file
75 NOT-FOUND: cannot open{{.*}}"/Inputs/basic2.macho.x86_64.o": {{[Nn]o}} such file
76 NOT-FOUND: cannot open{{.*}}"/Inputs/basic3.macho.x86_64.o": {{[Nn]o}} such file
79 NOT-FOUND-NEXT: binary-path:{{.*}}/Inputs/basic.macho.x86_64