Lines Matching refs:basic

4 RUN: cp %p/../Inputs/basic.macho.x86_64 %t/basic.macho.x86_64
5 RUN: cp %p/../Inputs/basic-archive.macho.x86_64 %t/basic-archive.macho.x86_64
6 RUN: cp %p/../Inputs/basic-lto.macho.x86_64 %t/basic-lto.macho.x86_64
7 RUN: cp %p/../Inputs/basic-lto-dw4.macho.x86_64 %t/basic-lto-dw4.macho.x86_64
10 …util -f -oso-prepend-path=%p/.. %t/basic.macho.x86_64 %t/basic-archive.macho.x86_64 %t/basic-lto.m…
11 RUN: llvm-dwarfdump -a %t/basic.macho.x86_64.dwarf \
12 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,BASIC
13 RUN: llvm-dwarfdump -a %t/basic-archive.macho.x86_64.dwarf \
14 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,ARCHIVE
15 RUN: llvm-dwarfdump -a %t/basic-lto.macho.x86_64.dwarf | FileCheck %S/basic-lto-linking-x86.test
16 RUN: llvm-dwarfdump -a %t/basic-lto-dw4.macho.x86_64.dwarf | FileCheck %S/basic-lto-dw4-linking-x86…
19 …symutil -oso-prepend-path=%p/.. %t/basic.macho.x86_64 %t/basic-archive.macho.x86_64 %t/basic-lto.m…
20 RUN: llvm-dwarfdump -a %t.dSYM/Contents/Resources/DWARF/basic.macho.x86_64 \
21 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,BASIC
22 RUN: llvm-dwarfdump -a %t.dSYM/Contents/Resources/DWARF/basic-archive.macho.x86_64 \
23 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,ARCHIVE
24 RUN: llvm-dwarfdump -a %t.dSYM/Contents/Resources/DWARF/basic-lto.macho.x86_64 | FileCheck %S/basic
25 …: llvm-dwarfdump -a %t.dSYM/Contents/Resources/DWARF/basic-lto-dw4.macho.x86_64 | FileCheck %S/bas…
28 …util -f -oso-prepend-path=%p/.. %t/basic.macho.x86_64 %t/basic-archive.macho.x86_64 %t/basic-lto.m…
36 RUN: cat %p/../Inputs/basic.macho.x86_64 > %t/basic.macho.x86_64
37 RUN: cat %p/../Inputs/basic-archive.macho.x86_64 > %t/basic-archive.macho.x86_64
38 RUN: cat %p/../Inputs/basic-lto.macho.x86_64 > %t/basic-lto.macho.x86_64
39 RUN: cat %p/../Inputs/basic-lto-dw4.macho.x86_64 > %t/basic-lto-dw4.macho.x86_64
43 RUN: %t/basic.macho.x86_64 %t/basic-archive.macho.x86_64 \
44 RUN: %t/basic-lto.macho.x86_64 %t/basic-lto-dw4.macho.x86_64
45 RUN: llvm-dwarfdump -a %t/basic.macho.x86_64.dwarf \
46 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,BASIC
47 RUN: llvm-dwarfdump -a %t/basic-archive.macho.x86_64.dwarf \
48 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,ARCHIVE
49 RUN: llvm-dwarfdump -a %t/basic-lto.macho.x86_64.dwarf | FileCheck %S/basic-lto-linking-x86.test
50 RUN: llvm-dwarfdump -a %t/basic-lto-dw4.macho.x86_64.dwarf | FileCheck %S/basic-lto-dw4-linking-x86…
53 RUN: dsymutil --linker parallel -oso-prepend-path=%p/.. %t/basic.macho.x86_64 \
54 RUN: %t/basic-archive.macho.x86_64 %t/basic-lto.macho.x86_64 \
55 RUN: %t/basic-lto-dw4.macho.x86_64 -o %t.dSYM
56 RUN: llvm-dwarfdump -a %t.dSYM/Contents/Resources/DWARF/basic.macho.x86_64 \
57 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,BASIC
58 RUN: llvm-dwarfdump -a %t.dSYM/Contents/Resources/DWARF/basic-archive.macho.x86_64 \
59 RUN: | FileCheck %S/basic-linking-x86.test --check-prefixes=CHECK,ARCHIVE
60 RUN: llvm-dwarfdump -a %t.dSYM/Contents/Resources/DWARF/basic-lto.macho.x86_64 | FileCheck %S/basic
61 …: llvm-dwarfdump -a %t.dSYM/Contents/Resources/DWARF/basic-lto-dw4.macho.x86_64 | FileCheck %S/bas…
65 RUN: %t/basic.macho.x86_64 %t/basic-archive.macho.x86_64 \
66 RUN: %t/basic-lto.macho.x86_64 %t/basic-lto-dw4.macho.x86_64 \