blob: 0baacfd88e8a567717d9baf812740ad5d593f210 [file] [log] [blame]
Sameer Arora6c43ed602020-07-01 14:41:07 -07001llvm-libtool-darwin - LLVM tool for creating libraries for Darwin
2=================================================================
3
4.. program:: llvm-libtool-darwin
5
6SYNOPSIS
7--------
8
9:program:`llvm-libtool-darwin` [*options*] *<input files>*
10
11DESCRIPTION
12-----------
13
14:program:`llvm-libtool-darwin` is a tool for creating static and dynamic
15libraries for Darwin.
16
17For most scenarios, it works as a drop-in replacement for cctools'
18:program:`libtool`.
19
20OPTIONS
21--------
22:program:`llvm-libtool-darwin` supports the following options:
23
24.. option:: -h, -help
25
26 Show help and usage for this command.
27
28.. option:: -help-list
29
30 Show help and usage for this command without grouping the options
31 into categories.
32
33.. option:: -color
34
35 Use colors in output.
36
37.. option:: -version
38
39 Display the version of this program.
40
41.. option:: -o <filename>
42
43 Specify the output file name. Must be specified exactly once.
44
45EXIT STATUS
46-----------
47
48:program:`llvm-libtool-darwin` exits with a non-zero exit code if there is an error.
49Otherwise, it exits with code 0.
50
51BUGS
52----
53
54To report bugs, please visit <https://bugs.llvm.org/>.
55
56SEE ALSO
57--------
58
59:manpage:`llvm-ar(1)`