[Lldb-commits] [PATCH] D22235: Build clang Debug if we build lldb debug.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 12 07:59:24 PDT 2016


tfiala added a comment.

We have a separate configuration for that build in Xcode - it is called DebugClang.  You can build that configuration from the command line with something like:

xcodebuild --scheme desktop --configuration DebugClang

or clone the "desktop" scheme in Xcode, setting the scheme build option to use the DebugClang configuration instead of the Debug configuration.

Generally we don't want to force building a debug llvm/clang by default in the default Debug configuration since it has a noticeable impact on test run time.

@clayborg, thoughts on that?


http://reviews.llvm.org/D22235





More information about the lldb-commits mailing list