[Lldb-commits] [PATCH] D103124: [lldb] add LLDB_SKIP_DSYM option

2021-05-26 Thread Shoaib Meenai via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG969eefd98e0f: [lldb] add LLDB_SKIP_DSYM option (authored by rmaz, committed by smeenai). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D103124/new/ https://r

[Lldb-commits] [PATCH] D103124: [lldb] add LLDB_SKIP_DSYM option

2021-05-26 Thread Richard Howell via Phabricator via lldb-commits
rmaz added a comment. In D103124#2780955 , @smeenai wrote: > Swift's LLDB fork has a TODO for this :) CC @sgraenitz, who added that TODO. > > LGTM. Do you need this to be committed for you? If you could, thanks Repository: rG LLVM Github Monorepo CH

[Lldb-commits] [PATCH] D103124: [lldb] add LLDB_SKIP_DSYM option

2021-05-25 Thread Shoaib Meenai via Phabricator via lldb-commits
smeenai accepted this revision. smeenai added a subscriber: sgraenitz. smeenai added a comment. This revision is now accepted and ready to land. Swift's LLDB fork has a TODO for this :) CC @sgraenitz, who added that TODO. LGTM. Do you need this to be committed for you? Repository: rG LLVM Git

[Lldb-commits] [PATCH] D103124: [lldb] add LLDB_SKIP_DSYM option

2021-05-25 Thread Richard Howell via Phabricator via lldb-commits
rmaz created this revision. Herald added a subscriber: mgorny. rmaz requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Add an option to skip generating a dSYM when installing the LLDB framework on Darwin. Repository: rG LLVM Github Monore