Open
Description
Based on the man page, llvm-otool
attempts to be command-line-compatible and output-compatible with macOS’s otool.
One area where it differs is that it does not support the -m
option (man page)
-m The object file names are not assumed to be in the archive(member) syntax, which allows file names containing parenthesis
The delocate tool calls otool -m ...
which causes it to crash when using llvm-otool as I reported here