summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/docs/CommandGuide/llvm-lib.rst
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2020-08-03 15:06:44 +0000
committerpatrick <patrick@openbsd.org>2020-08-03 15:06:44 +0000
commitb64793999546ed8adebaeebd9d8345d18db8927d (patch)
tree4357c27b561d73b0e089727c6ed659f2ceff5f47 /gnu/llvm/docs/CommandGuide/llvm-lib.rst
parentAdd support for UTF-8 DISPLAY-HINTs with octet length. For now only (diff)
downloadwireguard-openbsd-b64793999546ed8adebaeebd9d8345d18db8927d.tar.xz
wireguard-openbsd-b64793999546ed8adebaeebd9d8345d18db8927d.zip
Remove LLVM 8.0.1 files.
Diffstat (limited to 'gnu/llvm/docs/CommandGuide/llvm-lib.rst')
-rw-r--r--gnu/llvm/docs/CommandGuide/llvm-lib.rst31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/llvm/docs/CommandGuide/llvm-lib.rst b/gnu/llvm/docs/CommandGuide/llvm-lib.rst
deleted file mode 100644
index ecd0a7db7e3..00000000000
--- a/gnu/llvm/docs/CommandGuide/llvm-lib.rst
+++ /dev/null
@@ -1,31 +0,0 @@
-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).