[Lldb-commits] [PATCH] D65114: [LLDB] Add utility to streamline Xcode project generation.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 22 14:18:22 PDT 2019
JDevlieghere added a comment.
Currently outstanding questions are:
@clayborg
> 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?
@lanza
> This could probably be just a 10 line make file that you just make -f lldb/utils/xcode.mk. Not sure if you guys are a fan of this method, but we tend to find it to be much more manageable than custom python scripts.
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