brintos

brintos / llvm-project-archived public Read only

0
0
Text · 876 B · 1081fe8 Raw
30 lines · plain
1llvm-lib - LLVM lib.exe compatible library tool2===============================================3 4.. program:: llvm-lib5 6SYNOPSIS7--------8 9**llvm-lib** [/libpath:<path>] [/out:<output>] [/llvmlibthin]10[/ignore] [/machine] [/nologo] [files...]11 12DESCRIPTION13-----------14 15The **llvm-lib** command is intended to be a ``lib.exe`` compatible16tool. See https://msdn.microsoft.com/en-us/library/7ykb2k5f for the17general description.18 19**llvm-lib** has the following extensions:20 21* Bitcode files in symbol tables.22  **llvm-lib** includes symbols from both bitcode files and regular23  object files in the symbol table.24 25* Creating thin archives.26  The /llvmlibthin option causes **llvm-lib** to create thin archive27  that contain only the symbol table and the header for the various28  members. These files are much smaller, but are not compatible with29  link.exe (lld can handle them).30