1LLVM-LIPO(1) LLVM LLVM-LIPO(1)
2
3
4
6 llvm-lipo - LLVM tool for manipulating universal binaries
7
9 llvm-lipo [filenames...] [options]
10
12 llvm-lipo can create universal binaries from Mach-O files, extract reg‐
13 ular object files from universal binaries, and display architecture
14 information about both universal and regular files.
15
17 llvm-lipo supports the following mutually exclusive commands:
18
19 -help, -h
20 Display usage information and exit.
21
22 -version
23 Display the version of this program.
24
25 -verify_arch <architecture 1> [<architecture 2> ...]
26 Take a single input file and verify the specified architectures
27 are present in the file. If so then exit with a status of 0
28 else exit with a status of 1.
29
30 -archs Take a single input file and display the architectures present
31 in the file. Each architecture is separated by a single white‐
32 space. Unknown architectures are displayed as
33 unknown(CPUtype,CPUsubtype).
34
36 To report bugs, please visit <http://llvm.org/bugs/>.
37
39 Maintained by the LLVM Team (https://llvm.org/).
40
42 2003-2019, LLVM Project
43
44
45
46
479 2019-09-19 LLVM-LIPO(1)