blob: 6bae95c3a66983712ac00ad8e5964ca461f79c2e [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
Sameer Arora303a7f72020-07-01 15:02:22 -070045.. option:: -static
46
47 Produces a static library from the input files.
48
Sameer Arora6c43ed602020-07-01 14:41:07 -070049EXIT STATUS
50-----------
51
52:program:`llvm-libtool-darwin` exits with a non-zero exit code if there is an error.
53Otherwise, it exits with code 0.
54
55BUGS
56----
57
58To report bugs, please visit <https://bugs.llvm.org/>.
59
60SEE ALSO
61--------
62
63:manpage:`llvm-ar(1)`