[Lldb-commits] [lldb] [lldb][test] Use `xcrun -f strip` for API tests on Darwin (PR #111842)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 11 02:19:04 PDT 2024


Michael137 wrote:

> So does that mean that the `strip` coming with xcode is not `llvm-strip` ? I did not expect that..
> 
> I don't suppose anyone has any background on this that they can share? :)

Yea pretty sure it's not. Just based on the options it accepts, etc.
Someone else might have more historical context. IIUC, the `strip` bundled with Xcode is kept up-to-date with the latest `ld` developments.

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


More information about the lldb-commits mailing list