You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
31
external/llvm/docs/CommandGuide/llvm-lib.rst
vendored
Normal file
31
external/llvm/docs/CommandGuide/llvm-lib.rst
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
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:
|
||||
|
||||
* Bitcode files in symbol tables.
|
||||
**llvm-lib** includes symbols from both bitcode files and regular
|
||||
object files in the symbol table.
|
||||
|
||||
* 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).
|
Reference in New Issue
Block a user