<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/126272>126272</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [llvm-objdump] otool does not support -m
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          mbway
      </td>
    </tr>
</table>

<pre>
    Based on the [man page](https://llvm.org/docs/CommandGuide/llvm-otool.html), 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](https://www.manpagez.com/man/1/otool/))

> -m    The  object file names are not assumed to be in the archive(member) syntax, which allows file names containing parenthesis

The [delocate](https://github.com/matthew-brett/delocate) tool calls `otool -m ...` which causes it to crash when using llvm-otool as I reported [here](https://github.com/matthew-brett/delocate/issues/247)
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJykU81u4zYQfhrqMrAg0ZZlHXTYbFZFT3vovsCQHJtc8EcQR1HTpy9oxUmAFu1hAZ6G5Mz3N5izu0WiUXRPonuucGWbljGoDV8rlczr-ISZDKQIbAlE9xQwwow3Et2zkBfLPGdx_CLkJOTk_Uuo03ITcjJJZyGnrykEjOa31Rl6e3BInJKvLQcv5CDkV_ioiuZLOcdvgMwUZs7ACRSB3vscvIt00CnMyE55AowG0srzyp-rm2MLAfX3P8Q3KS6NGIYM-9h9wvdIgAshbJYWAsdg3PVKSwaXgS3yvZQoQ0wMeZ3ntPCuwLk5BHFuIM3sUgQhL_8jyrZtdcBYrv-qdQpCTgGjkFMr5LSzLu-Gct7pHwIAwA9LAEn9JM1wdZ4gYqBckN9xYc5rIPMmkdstwkVb90JCXgIFRYuQA-TXyPhnkXqzTltA79OWP7fUKTK66OINZlwosqXs8o7nx268IZ808r9yvDm2q3pnx2xpO6iFmEsUHh_lAIUuaPQ-FyXv7AvXuq6Lpjs6jWumXBzgBHrBbItNEdZc4H2EBTDD77BQ8YZMgVjM_AV4k8t5pRJbeeqFHCozHs1wHLCise2Pl-E09Oe2suO1P6lW6aExijR17XDuzqROSLJv0XS6cqNsZNfIpm_7Y9cNtbpSe9bd9XQ-DZeLOYpTQwGdrx8rU91nj608y15WHhX5_FjKZbyTVusti1PjXeb88Y8d-_v67sKon2YNs-ie97z_M8SHUK2LH_9DoNLosavzkkr6PmvzBvFllH8HAAD__zGrY3A">