blob: 5ef7bccd4ae63a5772644f99c843c39b059900b1 [file] [log] [blame]
Alexander Shaposhnikov85ea2de2019-06-07 22:03:02 +00001llvm-lipo - LLVM tool for manipulating universal binaries
2=========================================================
3
4SYNOPSIS
5--------
6
7:program:`llvm-lipo` [*filenames...*] [*options*]
8
9DESCRIPTION
10-----------
11:program:`llvm-lipo` can create universal binaries from Mach-O files, extract regular object files from universal binaries, and display architecture information about both universal and regular files.
12
13COMMANDS
14--------
15:program:`llvm-lipo` supports the following mutually exclusive commands:
16
17.. option:: -help, -h
18
19 Display usage information and exit.
20
21.. option:: -version
22
23 Display the version of this program.
24
25.. option:: -verify_arch <architecture 1> [<architecture 2> ...]
26
27 Take a single input file and verify the specified architectures are present in the file.
28 If so then exit with a status of 0 else exit with a status of 1.
29
30BUGS
31----
32
33To report bugs, please visit <http://llvm.org/bugs/>.