Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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] [/ma-
     chine] [/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 descrip-
     tion.

     llvm-lib has the following extensions:

     * Bitcode files in symbol tables.	llvm-lib includes symbols from both bit-
       code files and regular object files in the symbol table.

     * Creating thin archives.	The /llvmlibthin option causes llvm-lib to  cre-
       ate  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-2026, LLVM Project

19				   2026-07-30			     LLVM-LIB(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=llvm-lib&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help