Sameer Arora | 6c43ed60 | 2020-07-01 14:41:07 -0700 | [diff] [blame] | 1 | llvm-libtool-darwin - LLVM tool for creating libraries for Darwin |
| 2 | ================================================================= |
| 3 | |
| 4 | .. program:: llvm-libtool-darwin |
| 5 | |
| 6 | SYNOPSIS |
| 7 | -------- |
| 8 | |
| 9 | :program:`llvm-libtool-darwin` [*options*] *<input files>* |
| 10 | |
| 11 | DESCRIPTION |
| 12 | ----------- |
| 13 | |
| 14 | :program:`llvm-libtool-darwin` is a tool for creating static and dynamic |
| 15 | libraries for Darwin. |
| 16 | |
| 17 | For most scenarios, it works as a drop-in replacement for cctools' |
| 18 | :program:`libtool`. |
| 19 | |
| 20 | OPTIONS |
| 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 Arora | 303a7f7 | 2020-07-01 15:02:22 -0700 | [diff] [blame] | 45 | .. option:: -static |
| 46 | |
| 47 | Produces a static library from the input files. |
| 48 | |
Sameer Arora | 6c43ed60 | 2020-07-01 14:41:07 -0700 | [diff] [blame] | 49 | EXIT STATUS |
| 50 | ----------- |
| 51 | |
| 52 | :program:`llvm-libtool-darwin` exits with a non-zero exit code if there is an error. |
| 53 | Otherwise, it exits with code 0. |
| 54 | |
| 55 | BUGS |
| 56 | ---- |
| 57 | |
| 58 | To report bugs, please visit <https://bugs.llvm.org/>. |
| 59 | |
| 60 | SEE ALSO |
| 61 | -------- |
| 62 | |
| 63 | :manpage:`llvm-ar(1)` |