| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | options.test | 3 # RUN: lld-link /out:%t.exe /entry:main %t.obj 13 # RUN: lld-link /out:%t.exe /entry:main %t.obj 23 # RUN: lld-link /out:%t.exe /entry:main %t.obj 29 # RUN: lld-link /out:%t.exe /highentropyva:no /out:%t.exe /entry:main %t.obj 37 # RUN: lld-link /out:%t.exe /entry:main %t.obj 39 # RUN: lld-link /out:%t.exe /integritycheck:no /out:%t.exe /entry:main %t.obj 43 # RUN: lld-link /out:%t.exe /entry:main %t.obj 49 # RUN: lld-link /out:%t.exe /nxcompat:no /out:%t.exe /entry:main %t.obj 57 # RUN: lld-link /out:%t.exe /entry:main %t.obj 69 # RUN: lld-link /out:%t.exe /entry:main %t.obj [all …]
|
| H A D | pdbaltpath.test | 3 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:hello.pdb 4 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix HELLO %s 7 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:%_Pdb% 8 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix PDBVAR %s 11 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:foo%_ExT%.pdb 12 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix EXTVAR %s 15 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:%_PDB 16 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix NOCLOSE %s 19 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:foo%_PDB 23 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:foo%_PDB%bar%_EXT [all …]
|
| H A D | subsystem.test | 1 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows \ 3 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK1 %s 11 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows,8.9 \ 13 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s 15 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows,8.09 \ 17 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s 25 # RUN: lld-link /entry:main /out:%t.exe /subsystem:default,8.9 \ 27 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK3 %s 34 # RUN: lld-link /entry:main /out:%t.exe /osversion:1.2 \ 36 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK4 %s [all …]
|
| H A D | savetemps.ll | 5 ; RUN: lld-link /out:%T/savetemps/savetemps.exe /entry:main \ 7 ; RUN: not llvm-dis -o - %T/savetemps/savetemps.exe.0.0.preopt.bc 8 ; RUN: not llvm-dis -o - %T/savetemps/savetemps.exe.0.2.internalize.bc 9 ; RUN: not llvm-dis -o - %T/savetemps/savetemps.exe.0.4.opt.bc 10 ; RUN: not llvm-dis -o - %T/savetemps/savetemps.exe.0.5.precodegen.bc 11 ; RUN: not llvm-objdump -s %T/savetemps/savetemps.exe.lto.obj 12 ; RUN: lld-link /lldsavetemps /out:%T/savetemps/savetemps.exe /entry:main \ 14 ; RUN: llvm-dis -o - %T/savetemps/savetemps.exe.0.0.preopt.bc | FileCheck %s 16 ; RUN: llvm-dis -o - %T/savetemps/savetemps.exe.0.4.opt.bc | FileCheck %s 17 ; RUN: llvm-dis -o - %T/savetemps/savetemps.exe.0.5.precodegen.bc | FileCheck %s [all …]
|
| H A D | heap.test | 3 # RUN: lld-link /out:%t.exe /entry:main %t.obj 4 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=DEFAULT %s 9 # RUN: lld-link /out:%t.exe /entry:main /heap:0x3000 %t.obj 10 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK1 %s 12 # RUN: lld-link /out:%t.exe /entry:main /def:%t.def %t.obj 13 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK1 %s 18 # RUN: lld-link /out:%t.exe /entry:main /heap:0x5000,0x3000 %t.obj 19 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s 21 # RUN: lld-link /out:%t.exe /entry:main /def:%t.def %t.obj 22 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s
|
| H A D | stack.test | 3 # RUN: lld-link /out:%t.exe /entry:main %t.obj 4 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=DEFAULT %s 9 # RUN: lld-link /out:%t.exe /entry:main %t.obj /stack:0x3000 10 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK1 %s 12 # RUN: lld-link /out:%t.exe /entry:main /def:%t.def %t.obj 13 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK1 %s 18 # RUN: lld-link /out:%t.exe /entry:main %t.obj /stack:0x5000,0x3000 19 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s 21 # RUN: lld-link /out:%t.exe /entry:main /def:%t.def %t.obj 22 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s
|
| H A D | manifest.test | 3 # RUN: rm -f %t.exe.manifest 4 # RUN: lld-link /out:%t.exe /entry:main %t.obj 5 # RUN: test ! -e %t.exe.manifest 39 # RUN: lld-link /out:%t.exe /entry:main \ 83 # RUN: lld-link /out:%t.exe /entry:main \ 113 # RUN: rm %t.exe.manifest 114 # RUN: lld-link /out:%t.exe /entry:main \ 120 # RUN: rm %t.exe.manifest 123 # RUN: test ! -e %t.exe.manifest 129 # RUN: test ! -e %t.exe.manifest [all …]
|
| H A D | subsystem-inference.test | 2 # RUN: lld-link /out:%t.exe %t.obj 3 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=MAIN %s 4 # RUN: lld-link /out:%t.exe %t.obj /subsystem:default,6.0 5 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=MAIN %s 8 # RUN: lld-link /out:%t.exe %t.obj 9 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=WMAIN %s 12 # RUN: lld-link /out:%t.exe %t.obj 13 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=WINMAIN %s 14 # RUN: lld-link /out:%t.exe %t.obj /subsystem:default,6.0 15 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=WINMAIN %s [all …]
|
| H A D | version.test | 3 # RUN: lld-link /out:%t.exe /entry:main %t.obj 4 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=DEFAULT %s 9 # RUN: lld-link /out:%t.exe /entry:main %t.obj /version:11 10 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK1 %s 15 # RUN: lld-link /out:%t.exe /entry:main %t.obj /version:11.22 16 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s 21 # RUN: lld-link /out:%t.exe /entry:main %t.obj /version:8.09 22 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK3 %s
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/contrib/ |
| H A D | Makefile.msvc | 18 CC=cl.exe 19 LD=link.exe 38 TARGETS=imtest.exe pi.exe bintest.exe findprime.exe 40 SRCS=$(HDRS:.h=.c) $(TARGETS:.exe=.c) 42 EXAMPLES=input.exe basecvt.exe rounding.exe 53 test: imtest.exe pi.exe 69 pi.exe: pi.obj imath.obj 72 findprime.exe: findprime.obj imath.obj iprime.obj 75 rtest.exe: rtest.obj imath.obj rsamath.obj 78 bintest.exe: imath.obj bintest.obj [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/BuildScript/ |
| H A D | toolchain-clang.test | 1 RUN: %build -n --verbose --arch=32 --compiler=clang --mode=compile-and-link -o %t/foo.exe foobar.c \ 4 RUN: %build -n --verbose --arch=64 --compiler=clang --mode=compile-and-link -o %t/foo.exe foobar.c \ 7 CHECK: Cleaning {{.*}}toolchain-clang.test.tmp{{.}}foo.exe-foobar.o 8 CHECK: Cleaning {{.*}}toolchain-clang.test.tmp{{.}}foo.exe 9 CHECK: compiling foobar.c -> foo.exe-foobar.o 10 CHECK-32: {{.*}}clang++{{(\.EXE)?}} -m32 -g -O0 -c -o {{.*}}foo.exe-foobar.o {{.*}}foobar.c 11 CHECK-64: {{.*}}clang++{{(\.EXE)?}} -m64 -g -O0 -c -o {{.*}}foo.exe-foobar.o {{.*}}foobar.c 12 CHECK: linking foo.exe-foobar.o -> foo.exe 13 …{{.*}}clang++{{(\.EXE)?}} -m32 {{(-L.* )?(-Wl,-rpath,.* )?}}-o {{.*}}foo.exe {{.*}}foo.exe-foobar.o 14 …{{.*}}clang++{{(\.EXE)?}} -m64 {{(-L.* )?(-Wl,-rpath,.* )?}}-o {{.*}}foo.exe {{.*}}foo.exe-foobar.o
|
| H A D | toolchain-msvc.test | 13 32BIT: Output: {{.*}}toolchain-msvc.test.tmp\foo.exe 22 32BIT: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe-foobar.obj 24 32BIT: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe 25 32BIT: compiling foobar.c -> foo.exe-foobar.obj 26 32BIT: Command Line: {{.*}}\{{[Hh]ost[Xx](64|86)}}\{{(x86|arm)}}\cl.{{EXE|exe}} 27 32BIT: linking foo.exe-foobar.obj -> foo.exe 41 64BIT: Output: {{.*}}toolchain-msvc.test.tmp\foo.exe 50 64BIT: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe-foobar.obj 52 64BIT: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe 53 64BIT: compiling foobar.c -> foo.exe-foobar.obj [all …]
|
| H A D | toolchain-clang-cl.test | 3 RUN: %build -n --verbose --arch=32 --compiler=clang-cl --mode=compile-and-link -o %t/foo.exe foobar… 13 CHECK-32: Output: {{.*}}toolchain-clang-cl.test.tmp\foo.exe 22 CHECK-32: Cleaning {{.*}}toolchain-clang-cl.test.tmp{{.}}foo.exe-foobar.obj 24 CHECK-32: Cleaning {{.*}}toolchain-clang-cl.test.tmp{{.}}foo.exe 25 CHECK-32: compiling foobar.c -> foo.exe-foobar.obj 27 CHECK-32: linking foo.exe-foobar.obj -> foo.exe 34 CHECK-64: Output: {{.*}}toolchain-clang-cl.test.tmp\foo.exe 43 CHECK-64: Cleaning {{.*}}toolchain-clang-cl.test.tmp{{.}}foo.exe-foobar.obj 45 CHECK-64: Cleaning {{.*}}toolchain-clang-cl.test.tmp{{.}}foo.exe 46 CHECK-64: compiling foobar.c -> foo.exe-foobar.obj [all …]
|
| H A D | modes.test | 7 RUN: %build -n --verbose --arch=32 --mode=link --compiler=any -o %t/foo.exe foobar.obj \ 10 RUN: %build -n --verbose --arch=32 --mode=link --compiler=any -o %t/foobar.exe foo.obj bar.obj \ 13 RUN: %build -n --verbose --arch=32 --mode=compile-and-link --compiler=any -o %t/foobar.exe foobar.c… 16 RUN: %build -n --verbose --arch=32 --mode=compile-and-link --compiler=any -o %t/foobar.exe foo.c ba… 26 LINK: linking foobar.obj -> foo.exe 28 LINK-MULTI: linking foo.obj+bar.obj -> foobar.exe 30 BOTH: compiling foobar.c -> [[OBJFOO:foobar.exe-foobar.o(bj)?]] 31 BOTH: linking [[OBJFOO]] -> foobar.exe 33 BOTH-MULTI: compiling foo.c -> [[OBJFOO:foobar.exe-foo.o(bj)?]] 34 BOTH-MULTI: compiling bar.c -> [[OBJBAR:foobar.exe-bar.o(bj)?]] [all …]
|
| /llvm-project-15.0.7/lldb/test/API/python_api/hello_world/ |
| H A D | TestHelloWorld.py | 33 d = {'EXE': exe} 36 target = self.dbg.CreateTarget(exe) 76 exe = '%s_%d'%(self.testMethodName, os.getpid()) 77 d = {'EXE': exe} 83 token = exe+'.token' 99 self.expect(stacktraces, exe=False, 108 d = {'EXE': exe} 114 token = exe+'.token' 126 name = os.path.basename(exe) 141 exe=False, [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/Commands/ |
| H A D | command-target-create-resolve-exe.test | 4 ## program name which is on $PATH, or not specify the .exe suffix of a program 9 # RUN: %clang_host -g0 -O0 %S/Inputs/main.c -o %t.dir/testmain.exe 11 ## Test with full path to exe 12 # RUN: %lldb %t.dir/testmain.exe -b | FileCheck %s 14 ## Test with exe on path, with .exe suffix 15 # RUN: env PATH="%t.dir%{pathsep}%{PATH}" %lldb testmain.exe -b | FileCheck %s 17 ## Test with exe on path, without .exe suffix 20 ## Test in cwd, with .exe suffix 21 # RUN: cd "%t.dir" && %lldb testmain.exe -b | FileCheck %s 23 ## Test in cwd, without .exe suffix [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/ |
| H A D | basic-copy.test | 32 RUN: yaml2obj %p/Inputs/i386-exe.yaml -o %t.i386.exe 33 RUN: llvm-objcopy %t.i386.exe %t.i386-copy.exe 34 RUN: obj2yaml %t.i386.exe > %t.i386.exe.yaml 35 RUN: obj2yaml %t.i386-copy.exe > %t.i386-copy.exe.yaml 36 RUN: cmp %t.i386.exe.yaml %t.i386-copy.exe.yaml 38 RUN: yaml2obj %p/Inputs/x86_64-exe.yaml -o %t.x86_64.exe 39 RUN: llvm-objcopy %t.x86_64.exe %t.x86_64-copy.exe 40 RUN: obj2yaml %t.x86_64.exe > %t.x86_64.exe.yaml 41 RUN: obj2yaml %t.x86_64-copy.exe > %t.x86_64-copy.exe.yaml 42 RUN: cmp %t.x86_64.exe.yaml %t.x86_64-copy.exe.yaml
|
| H A D | subsystem.test | 3 # RUN: yaml2obj %s -o %t.in.exe 5 # RUN: llvm-objcopy --subsystem=posix:7.4 --subsystem windows %t.in.exe %t.out.exe 6 # RUN: llvm-readobj --file-headers %t.out.exe | FileCheck %s --check-prefix=WIN74 14 # RUN: llvm-objcopy --subsystem=posix:7.4 --subsystem windows:9 %t.in.exe %t.out.exe 15 # RUN: llvm-readobj --file-headers %t.out.exe | FileCheck %s --check-prefix=WIN90 23 # RUN: not llvm-objcopy --subsystem=foobar %t.in.exe %t.err.exe 2>&1 | FileCheck %s --check-prefix=… 27 # RUN: not llvm-objcopy --subsystem=windows:foo %t.in.exe %t.err.exe 2>&1 | FileCheck %s --check-pr… 28 # RUN: not llvm-objcopy --subsystem=windows:8.bar %t.in.exe %t.err.exe 2>&1 | FileCheck %s --check-…
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/ |
| H A D | TestInferiorCrashingStep.py | 80 exe = self.getBuildArtifact("a.out") 81 self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET) 103 exe = self.getBuildArtifact("a.out") 105 target = self.dbg.CreateTarget(exe) 128 exe = self.getBuildArtifact("a.out") 129 self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET) 140 exe = self.getBuildArtifact("a.out") 141 self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET) 154 exe = self.getBuildArtifact("a.out") 183 exe = self.getBuildArtifact("a.out") [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | sym.test | 20 RUN: llvm-symbolizer --print-address --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck %s 21 RUN: llvm-symbolizer --addresses --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck %s 22 RUN: llvm-symbolizer -a --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck %s 36 RUN: llvm-addr2line --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck -check-prefix=A2L %s 37 RUN: llvm-addr2line -a --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck -check-prefixes=A2… 38 RUN: llvm-addr2line -f --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck -check-prefixes=A2… 39 RUN: llvm-addr2line -i --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck -check-prefixes=A2… 42 RUN: llvm-addr2line -pa --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck -check-prefixes=A… 43 RUN: llvm-addr2line -pf --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck -check-prefixes=A… 44 RUN: llvm-addr2line -paf --obj=%p/Inputs/addr.exe < %p/Inputs/addr.inp | FileCheck -check-prefixes=… [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/process/attach/ |
| H A D | TestProcessAttach.py | 32 exe = self.getBuildArtifact(exe_name) 35 popen = self.spawnSubprocess(exe) 48 exe = self.getBuildArtifact(exe_name) 51 popen = self.spawnSubprocess(exe) 71 exe = os.path.join(newdir, 'proc_attach') 72 self.buildProgram('main.cpp', exe) 76 popen = self.spawnSubprocess(exe) 90 exe = self.getBuildArtifact(exe_name) 93 popen = self.spawnSubprocess(exe) 113 exe = self.getBuildArtifact(exe_name) [all …]
|
| /llvm-project-15.0.7/lldb/test/API/macosx/posix_spawn/ |
| H A D | TestLaunchProcessPosixSpawn.py | 33 def run_arch(self, exe, arch): argument 34 self.runCmd('target create -arch {} {}'.format(arch, exe)) 48 exe = self.getBuildArtifact("fat.out") 49 self.run_arch(exe, 'x86_64') 50 self.run_arch(exe, 'x86_64h') 59 exe = self.getBuildArtifact("fat.out") 60 self.run_arch(exe, 'x86_64') 61 self.run_arch(exe, 'arm64')
|
| /llvm-project-15.0.7/bolt/test/runtime/ |
| H A D | plt-lld.test | 6 RUN: -o %t.lld.exe -Wl,-q 7 RUN: llvm-bolt %t.lld.exe -o %t.lld.bolt.exe --use-old-text=0 --lite=0 8 RUN: %t.lld.bolt.exe | FileCheck %s 12 RUN: -o %t.lld.pie.exe -Wl,-q 13 RUN: llvm-bolt %t.lld.pie.exe -o %t.lld.bolt.pie.exe --use-old-text=0 --lite=0 14 RUN: %t.lld.bolt.pie.exe | FileCheck %s
|
| /llvm-project-15.0.7/lldb/test/API/driver/batch_mode/ |
| H A D | TestBatchMode.py | 23 exe = self.getBuildArtifact("a.out") 33 self.launch(executable=exe, extra_args=extra_args) 54 exe = self.getBuildArtifact("a.out") 63 self.launch(executable=exe, extra_args=extra_args) 84 exe = self.getBuildArtifact("a.out") 93 self.launch(executable=exe, extra_args=extra_args) 121 exe = self.getBuildArtifact("a.out") 129 self.victim = pexpect.spawn('%s WAIT' % (exe)) 131 self.fail("Could not spawn ", exe, ".") 149 self.launch(executable=exe, extra_args=extra_args)
|
| /llvm-project-15.0.7/lldb/test/API/python_api/process/ |
| H A D | TestProcessAPI.py | 27 exe = self.getBuildArtifact("a.out") 29 target = self.dbg.CreateTarget(exe) 63 exe=False, 79 exe=False, 100 exe=False, 126 target = self.dbg.CreateTarget(exe) 176 exe=False, 243 exe=False, 252 exe=False, 429 exe=False, [all …]
|