1LLVM-LIPO(1)                         LLVM                         LLVM-LIPO(1)
2
3
4

NAME

6       llvm-lipo - LLVM tool for manipulating universal binaries
7

SYNOPSIS

9       llvm-lipo [filenames...] [options]
10

DESCRIPTION

12       llvm-lipo can create universal binaries from Mach-O files, extract reg‐
13       ular object files from universal binaries, and display architecture in‐
14       formation about both universal and regular files.
15

COMMANDS

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   un‐
33              known(CPUtype,CPUsubtype).
34

BUGS

36       To report bugs, please visit <http://llvm.org/bugs/>.
37

AUTHOR

39       Maintained by the LLVM Team (https://llvm.org/).
40
42       2003-2021, LLVM Project
43
44
45
46
479                                 2021-07-22                      LLVM-LIPO(1)
Impressum