Index: docs/CommandGuide/index.rst =================================================================== --- docs/CommandGuide/index.rst +++ docs/CommandGuide/index.rst @@ -22,6 +22,7 @@ llvm-link llvm-ar llvm-lib + llvm-lipo llvm-nm llvm-objdump llvm-config Index: docs/CommandGuide/llvm-lipo.rst =================================================================== --- docs/CommandGuide/llvm-lipo.rst +++ docs/CommandGuide/llvm-lipo.rst @@ -0,0 +1,34 @@ +llvm-lipo - LLVM tool for manipulating universal binaries +========================================================= + +SYNOPSIS +-------- + +:program:`llvm-lipo` [*filenames...*] [*options*] + +DESCRIPTION +----------- +:program:`llvm-lipo` can create universal binaries, +extract regular object files and report some information about the input. + + +OPTIONS +------- +:program:`llvm-lipo` supports the following options: + +.. option:: -help + + Display usage information and exit. + +.. option:: -version + + Display the version of this program. + +.. option:: -verify_arch ... + + Verify that the specified architectures are present in the input file. + +BUGS +---- + +To report bugs, please visit .