[Lldb-commits] [PATCH] D65114: [LLDB] Add utility to streamline Xcode project generation.

Stefan Gränitz via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 23 07:56:10 PDT 2019


sgraenitz resigned from this revision.
sgraenitz added a comment.

> Can we just use the mono-repo style build and use "cmake -G Xcode"?

Yes you can, but then you have all of llvm/clang/libcxx/lldb in one project. For LLDB development that's usually not necessary. (And also, for Xcode it's a bit overwhelming.)

> I've included a new script to streamline the process

It's not so much of my business and we may disagree, but I am not sure it's a good idea to add an automation layer on-top of a meta-build-system. Remember build-script.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65114/new/

https://reviews.llvm.org/D65114





More information about the lldb-commits mailing list