1LLVM-LIB(1) LLVM LLVM-LIB(1)
2
3
4
6 llvm-lib - LLVM lib.exe compatible library tool
7
9 llvm-lib [/libpath:<path>] [/out:<output>] [/llvmlibthin] [/ignore]
10 [/machine] [/nologo] [files...]
11
13 The llvm-lib command is intended to be a lib.exe compatible tool. See
14 https://msdn.microsoft.com/en-us/library/7ykb2k5f for the general de‐
15 scription.
16
17 llvm-lib has the following extensions:
18
19 • Bitcode files in symbol tables. llvm-lib includes symbols from both
20 bitcode files and regular object files in the symbol table.
21
22 • Creating thin archives. The /llvmlibthin option causes llvm-lib to
23 create thin archive that contain only the symbol table and the header
24 for the various members. These files are much smaller, but are not
25 compatible with link.exe (lld can handle them).
26
28 Maintained by the LLVM Team (https://llvm.org/).
29
31 2003-2021, LLVM Project
32
33
34
35
3611 2021-03-23 LLVM-LIB(1)