[Lldb-commits] [PATCH] Initial support for building debugserver with cmake (on Mac OS X)
Daniel Malea
daniel.malea at intel.com
Thu Aug 8 12:30:54 PDT 2013
Hi all, I'm not sure how many people use CMake on Mac OS X.. For those who are, this patch gets us a little closer to being able to build everything needed for lldb with CMake.
Specifically, I added a target for debugserver. I tried to copy what XCode does for codesigning, but there's probably some missing things. Also, I'm not sure if the resulting directory structure is correct.
Nonetheless, with this change, a cmake build can build/link a debugserver binary, though due to codesigning related issues, it's not very testable. Comments welcome!
http://llvm-reviews.chandlerc.com/D1331
More information about the lldb-commits
mailing list