Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

llvm-lib (1)

Name

llvm-lib - LLVM lib.exe compatible library tool

Synopsis

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

Description

LLVM-LIB(1)                          LLVM                          LLVM-LIB(1)



NAME
       llvm-lib - LLVM lib.exe compatible library tool

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

DESCRIPTION
       The llvm-lib command is intended to be a lib.exe compatible  tool.  See
       https://msdn.microsoft.com/en-us/library/7ykb2k5f   for   the   general
       description.

       llvm-lib has the following extensions:

       o Bitcode files in symbol tables.  llvm-lib includes symbols from  both
         bitcode files and regular object files in the symbol table.

       o Creating  thin  archives.  The /llvmlibthin option causes llvm-lib to
         create thin archive that contain only the symbol table and the header
         for  the  various  members. These files are much smaller, but are not
         compatible with link.exe (lld can handle them).

AUTHOR
       Maintained by the LLVM Team (https://llvm.org/).

COPYRIGHT
       2003-2022, LLVM Project



ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+---------------------+
       |ATTRIBUTE TYPE |  ATTRIBUTE VALUE    |
       +---------------+---------------------+
       |Availability   | developer/llvm/llvm |
       +---------------+---------------------+
       |Stability      | Uncommitted         |
       +---------------+---------------------+

NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source    was    downloaded     from      https://github.com/llvm/llvm-
       project/releases/download/llvmorg-11.0.0/llvm-11.0.0.src.tar.xz.

       Further information about this software can be found on the open source
       community website at https://llvm.org/.



11                                2022-06-28                       LLVM-LIB(1)