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