[llvm] [llvm-otool] Add -m flag and archive(member) input syntax (PR #194234)

Ryan Mansfield via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 06:04:16 PDT 2026


rjmansfield wrote:

> I wonder, does classic `otool` `-m` impact all inputs or is it posit ional based, i.e, impacts only those after the option appears.

Classic otool treats it as a global flag so position doesn't matter.

https://github.com/llvm/llvm-project/pull/194234


More information about the llvm-commits mailing list