Searched refs:libpath (Results 1 – 21 of 21) sorted by relevance
88 my $libpath = $lib;89 $libpath =~ s/^libLLVM(.*)\.a/$1/;101 $libpath =~ s/^MSIL/Target\/MSIL/;102 $libpath =~ s/^Core/IR/;108 $libpath =~ s/^ipa/Analysis\/IPA/;110 $libpath = "lib/".$libpath."/";115 my $objfile = $libpath.$2;130 my $libpath = $lib;144 $libpath =~ s/^Core/VMCore/;152 $libpath = "lib/".$libpath."/";[all …]
8 # RUN: /libpath:%t/b /libpath:%t/c 2> %t.log15 # RUN: /libpath:%t/a /libpath:%t/b /libpath:%t/c 2> %t.log22 # RUN: /libpath:%t/b /verbose > %t.log 2>&1
6 # RUN: lld-link %S/Inputs/hello64.obj /libpath:/noexist /out:%t.exe /entry:main /defaultlib:notstd6…8 # RUN: not lld-link %S/Inputs/hello64.obj /libpath:/noexist /out:%t.exe /entry:main /defaultlib:not…13 # RUN: not lld-link %S/Inputs/hello64.obj /libpath:/noexist /out:%t.exe /entry:main /defaultlib:not…
27 ; RUN: lld-link -out:%t.bc-bc.exe %t.main.bc -libpath:%T %t.bc.lib -entry:entry -subsystem:console …31 ; RUN: lld-link -out:%t.bc-obj.exe %t.main.bc -libpath:%T %t.obj.lib -entry:entry -subsystem:consol…35 ; RUN: lld-link -out:%t.obj-bc.exe %t.main.obj -libpath:%T %t.bc.lib -entry:entry -subsystem:consol…39 ; RUN: lld-link -out:%t.thin-thin.exe %t.main.thin -libpath:%T %t.thin.lib -entry:entry -subsystem:…43 ; RUN: lld-link -out:%t.thin-obj.exe %t.main.thin -libpath:%T %t.obj.lib -entry:entry -subsystem:co…47 ; RUN: lld-link -out:%t.obj-thin.exe %t.main.obj -libpath:%T %t.thin.lib -entry:entry -subsystem:co…
12 # RUN: lld-link /libpath:%T /out:%t.exe /entry:main \17 # RUN: lld-link /libpath:%T /out:%t.exe /entry:main \27 # RUN: lld-link /libpath:%T /out:%t.exe /entry:main \
6 # RUN: /libpath:%t/a 2>&1 | FileCheck %s
37 Test adding .lib files with /libpath: to repro archive,41 # RUN: lld-link %t.obj /libpath:%p/Inputs /defaultlib:std32 /subsystem:console \
23 # RUN: lld-link -dll -out:%t.dll -entry:main -libpath:%t.dir %t.main.obj %t.dir/./foo.lib -wholearc…
37 char *libpath = malloc(strlen(argv[0]) + strlen(libsuffix) + 1); in main() local38 sprintf(libpath, "%s%s", argv[0], libsuffix); in main()40 void *handle = dlopen(libpath, RTLD_NOW); in main()
34 libpath = os.path.join(wd, make_lib_name(name))35 self.assertTrue(os.path.exists(libpath))36 return libpath
8 RUN: llvm-lib /out:%t2.lib /libpath:%t/a /libpath:%t/b foo.obj11 RUN: env LIB=%t/a llvm-lib /libpath:%t/b /out:%t3.lib foo.obj
11 RUN: llvm-lib /libpath:%t b.o15 RUN: llvm-lib /libpath:%t c
20 def libpath: P<"libpath", "Object file search path">;
10 // CHECK: "-libpath:{{.*Inputs.*rocm.*lib}}" "amdhip64.lib"
283 -libpath:"${ATLMFC_LIB}/${WINSDK_ARCH}"284 -libpath:"${MSVC_LIB}/${WINSDK_ARCH}"285 -libpath:"${WINSDK_LIB}/ucrt/${WINSDK_ARCH}"286 -libpath:"${WINSDK_LIB}/um/${WINSDK_ARCH}")295 -libpath:"${winsdk_lib_symlinks_dir}")
9 **llvm-lib** [/libpath:<path>] [/out:<output>] [/llvmlibthin]
65 def libpath : P<"libpath", "Additional library search path">;
235 LIBPATH: -libpath:libpath
283 - libpath
1071 append("/libpath:${clang_runtime_dir}"
4243 To fix the error, add the appropriate ``/libpath:`` flag to the link line.