1LLVM-LIB(1)                          LLVM                          LLVM-LIB(1)
2
3
4

NAME

6       llvm-lib - LLVM lib.exe compatible library tool
7

SYNOPSIS

9       llvm-lib  [/libpath:<path>]  [/out:<output>]  [/llvmlibthin]  [/ignore]
10       [/machine] [/nologo] [files...]
11

DESCRIPTION

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

AUTHOR

28       Maintained by the LLVM Team (https://llvm.org/).
29
31       2003-2022, LLVM Project
32
33
34
35
368                                 2022-07-21                       LLVM-LIB(1)
Impressum