diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-lib.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-lib.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-lib.rst b/llvm/docs/CommandGuide/llvm-lib.rst index 87687be785f..1081fe81f7a 100644 --- a/llvm/docs/CommandGuide/llvm-lib.rst +++ b/llvm/docs/CommandGuide/llvm-lib.rst @@ -6,15 +6,12 @@ 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. |