Skip to content

[llvm-objdump] otool does not support -m #126272

Open
@mbway

Description

@mbway

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    llvm-toolsAll llvm tools that do not have corresponding tag

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions