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

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 22 13:19:11 PDT 2019


clayborg added a comment.

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?


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