llvm-install-name-tool.rst 2.53 KB

llvm-install-name-tool - LLVM tool for manipulating install-names and rpaths

SYNOPSIS

:program:`llvm-install-name-tool` [options] input

DESCRIPTION

:program:`llvm-install-name-tool` is a tool to manipulate dynamic shared library install names and rpaths listed in a Mach-O binary.

For most scenarios, it works as a drop-in replacement for Apple's :program:`install_name_tool`.

OPTIONS

At least one of the following options are required, and some options can be combined with other options. Options :option:`-add_rpath`, :option:`-delete_rpath`, and :option:`-rpath` can be combined in an invocation only if they do not share the same <rpath> value.

EXIT STATUS

:program:`llvm-install-name-tool` exits with a non-zero exit code if there is an error. Otherwise, it exits with code 0.

BUGS

To report bugs, please visit <https://bugs.llvm.org/>.

SEE ALSO

:manpage:`llvm-objcopy(1)`