| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | aarch64-adrp-ldr-got-symbols.s | 12 # RUN: FileCheck --check-prefix=LIB %s 15 LIB: adrp x0 label 16 LIB-NEXT: add x0 19 LIB-NEXT: adrp x1 20 LIB-NEXT: ldr x1 23 LIB-NEXT: adrp x2 24 LIB-NEXT: ldr x2 27 LIB-NEXT: adrp x3 28 LIB-NEXT: ldr x3 31 LIB-NEXT: adrp x4 [all …]
|
| H A D | error-handling-script-windows.bat | 4 :: RUN: FileCheck --check-prefix=CHECK-LIB %s 8 :: CHECK-LIB: script: info: called with missing-lib idontexist 9 :: CHECK-LIB-NEXT: ld.lld: error: unable to find library -lidontexist
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hipspv-device-libs.hip | 12 // RUN: 2>&1 | FileCheck --check-prefixes=ALL,HIP-DEV-LIB-PATH %s 20 // RUN: 2>&1 | FileCheck --check-prefixes=ALL,HIP-DEV-LIB %s 24 // HIP-DEV-LIB-PATH-NOT: "-mlink-builtin-bitcode" {{".*/hipspv/lib/hip-device-lib/hipspv-spirv64.bc… 25 // HIP-DEV-LIB-PATH: "-mlink-builtin-bitcode" {{".*/hipspv-dev-lib/hipspv-spirv64.bc"}} 26 // HIP-DEV-LIB: "-mlink-builtin-bitcode" {{".*/hipspv-dev-lib/a/a.bc"}} 27 // HIP-DEV-LIB-SAME: "-mlink-builtin-bitcode" {{".*/hipspv-dev-lib/b/b.bc"}}
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | failifmismatch.test | 20 RUN: env LLD_IN_TEST=1 not lld-link %t.lib %t2.obj 2>&1 | FileCheck %s -check-prefix LIB 30 LIB: lld-link: error: /failifmismatch: mismatch detected for 'TEST': 31 LIB-NEXT: >>> {{.*}}failifmismatch.test.tmp2.obj has value 2 32 LIB-NEXT: >>> failifmismatch.test.tmp.lib(failifmismatch.test.tmp1.obj) has value 1
|
| H A D | libpath.test | 6 # RUN: env LIB=%t/a lld-link /out:%t.exe /entry:main /verbose \ 28 # RUN: env LIB=%t/a lld-link /out:%t.exe /entry:main /verbose \ 36 # ignore the LIB env var. 37 # RUN: env LIB=%t/a not lld-link /out:%t.exe /entry:main /verbose \
|
| H A D | winsysroot.test | 15 Check that when /winsysroot is specified, %LIB% is ignored. 16 # RUN: env LIB=foo.dir/sysroot/VC/Tools/MSVC/1.1.1.1/lib/x86 not lld-link %t.obj /winsysroot:%t.dir…
|
| H A D | lto-linker-opts.ll | 3 ; RUN: env LIB=%S/Inputs lld-link /out:%T/lto-linker-opts.exe /entry:main /subsystem:console %T/lto…
|
| H A D | linkrepro.test | 52 Test adding .lib files with LIB env var to repro archive, 56 # RUN: env LIB=%p/Inputs lld-link %t.obj /defaultlib:std32 /subsystem:console \
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | instrumentation-shlib.c | 7 #ifdef LIB 19 #ifndef LIB
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | lc-linker-option.ll | 21 ; RUN: llvm-otool -l %t/l | FileCheck --check-prefix=LIB %s \ 23 ; LIB: cmd LC_LOAD_DYLIB 24 ; LIB-NEXT: cmdsize 25 ; LIB-NEXT: name /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 26 ; LIB: cmd LC_LOAD_DYLIB 27 ; LIB-NEXT: cmdsize 28 ; LIB-NEXT: name /usr/lib/libSystem.dylib 29 ; LIB: cmd LC_LOAD_DYLIB 30 ; LIB-NEXT: cmdsize 31 ; LIB-NEXT: name /usr/lib/libc++abi.dylib
|
| /llvm-project-15.0.7/lld/test/MinGW/ |
| H A D | lib.test | 10 RUN: not ld.lld -### -m i386pep -l:barefilename -L%t/lib 2>&1 | FileCheck -check-prefix=LIB-LITERAL… 11 LIB-LITERAL-FAIL: unable to find library -l:barefilename 14 RUN: ld.lld -### -m i386pep -l:barefilename -L%t/lib 2>&1 | FileCheck -check-prefix=LIB-LITERAL %s 15 LIB-LITERAL: barefilename
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | pow-1.ll | 3 …instcombine -S < %s | FileCheck %s --check-prefixes=CHECK,LIB,ANY 4 …-S < %s -mtriple=x86_64-apple-macosx10.9 | FileCheck %s --check-prefixes=CHECK,LIB,ANY,CHECK-EXP10 5 …-S < %s -mtriple=arm-apple-ios7.0 | FileCheck %s --check-prefixes=CHECK,LIB,ANY,CHECK-EXP10 9 …-S < %s -mtriple=arm-apple-tvos9.0 | FileCheck %s --check-prefixes=CHECK,LIB,ANY,CHECK-EXP10 53 ; LIB-NEXT: ret double 1.000000e+00 233 ; LIB-NEXT: ret double 1.000000e+00 347 ; LIB-NEXT: ret double [[X:%.*]] 395 ; LIB-NEXT: [[SQUARE:%.*]] = fmul double [[X:%.*]], [[X]] 396 ; LIB-NEXT: ret double [[SQUARE]] 466 ; LIB-NEXT: [[RECIPROCAL:%.*]] = fdiv fast double 1.000000e+00, [[X:%.*]] [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-lib/ |
| H A D | libpath.test | 5 RUN: env "LIB=%t/a;%t/b" llvm-lib /out:%t1.lib foo.obj 11 RUN: env LIB=%t/a llvm-lib /libpath:%t/b /out:%t3.lib foo.obj
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | ignore_lib0.cpp | 21 #ifndef LIB
|
| H A D | ignore_lib3.cpp | 14 #ifndef LIB
|
| H A D | ignore_lib1.cpp | 19 #ifndef LIB
|
| H A D | ignore_lib2.cpp | 12 #ifndef LIB
|
| H A D | ignore_lib4.cpp | 26 #ifdef LIB
|
| H A D | ignore_lib5.cpp | 24 #ifndef LIB
|
| H A D | ignore_lib6.cpp | 25 #ifndef LIB
|
| /llvm-project-15.0.7/clang/test/CodeGenCUDA/ |
| H A D | propagate-metadata.cu | 31 #ifdef LIB
|
| /llvm-project-15.0.7/lldb/test/Shell/BuildScript/ |
| H A D | toolchain-msvc.test | 30 32BIT: LIB = {{.*}}\ATLMFC\lib\{{(x86|arm)}} 58 64BIT: LIB = {{.*}}\ATLMFC\lib\{{(x64|arm64)}}
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/ |
| H A D | enable_dia.gni | 4 # and %LIB% must contain ".../DIA SDK/lib/amd64". Or use
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | pdbdump-headers.test | 621 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: 625 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: 629 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: 633 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: 637 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: 641 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: 645 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: 649 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: 653 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: 657 BIG-NEXT: Obj: `C:\PROGRA~2\MI0E91~1.0\VC\LIB\MSVCRT.lib`: [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopInfoImpl.h | 242 BlockT *NewBB, LoopInfoBase<BlockT, LoopT> &LIB) { in addBasicBlockToLoop() argument 246 auto SameHeader = LIB[getHeader()]; in addBasicBlockToLoop() 252 assert(!LIB[NewBB] && "BasicBlock already in the loop!"); in addBasicBlockToLoop() 257 LIB.BBMap[NewBB] = L; in addBasicBlockToLoop()
|