sas abandoned this revision.
sas added a comment.
Ah, makes sense, I had missed the `DebugClang` build configuration. Thanks for
pointing this out.
http://reviews.llvm.org/D22235
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://list
clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.
As Todd said, we already have a "DebugClang" configuration for this. We should
abandon this change.
http://reviews.llvm.org/D22235
___
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 sc
sas updated this revision to Diff 63550.
sas added a comment.
Remove leftover comment.
http://reviews.llvm.org/D22235
Files:
lldb.xcodeproj/project.pbxproj
scripts/Xcode/build-llvm.py
Index: scripts/Xcode/build-llvm.py
===
---