[Lldb-commits] [PATCH] D65109: [LLDB] Remove the Xcode project

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 22 13:24:25 PDT 2019


JDevlieghere added a comment.

In D65109#1596294 <https://reviews.llvm.org/D65109#1596294>, @clayborg wrote:

> I am fine with removing the Xcode project. Others should ok it too.
>
> > I've included a new script to streamline the process: it creates two build directories in the current directory. The first directory is for LLVM and Clang which uses Ninja to build. The second directory is for LLBD, which configures a standalone build using the Xcode generator.
>
> Not sure why we need two different build directories? Can we just use the mono-repo style build and use "cmake -G Xcode"? Or is this just to appease the Apple build process?


I'll defer to @sgraenitz to answer this since he did the work. :-)


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D65109





More information about the lldb-commits mailing list