comparison docs/CommandGuide/llvm-lib.rst @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents afa8332a0e37
children
comparison
equal deleted inserted replaced
134:3a76565eade5 147:c2174574ed3a
1 llvm-lib - LLVM lib.exe compatible library tool 1 llvm-lib - LLVM lib.exe compatible library tool
2 =============================================== 2 ===============================================
3 3
4 .. program:: llvm-lib
4 5
5 SYNOPSIS 6 SYNOPSIS
6 -------- 7 --------
7 8
8
9 **llvm-lib** [/libpath:<path>] [/out:<output>] [/llvmlibthin] 9 **llvm-lib** [/libpath:<path>] [/out:<output>] [/llvmlibthin]
10 [/ignore] [/machine] [/nologo] [files...] 10 [/ignore] [/machine] [/nologo] [files...]
11 11
12
13 DESCRIPTION 12 DESCRIPTION
14 ----------- 13 -----------
15
16 14
17 The **llvm-lib** command is intended to be a ``lib.exe`` compatible 15 The **llvm-lib** command is intended to be a ``lib.exe`` compatible
18 tool. See https://msdn.microsoft.com/en-us/library/7ykb2k5f for the 16 tool. See https://msdn.microsoft.com/en-us/library/7ykb2k5f for the
19 general description. 17 general description.
20 18