[Lldb-commits] [PATCH] D31357: Support Unit Testing debugserver
Chris Bieneman via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 24 16:23:17 PDT 2017
beanz added a comment.
Xcode is pretty magic to me. I don't know how to do much of anything in it other than build. I think the right solution would be to take most of the source files out of the debugserver target and generate a static archive from them, then have debugserver and the debugserverTest target link the static archive.
I don't know how to do that and not screw up the Xcode target settings on the archive target.
https://reviews.llvm.org/D31357
More information about the lldb-commits
mailing list