[lldb-dev] lldb-gtest scheme and target added to Xcode project

Todd Fiala via lldb-dev lldb-dev at lists.llvm.org
Sun Oct 25 14:49:56 PDT 2015


Hi all,

I've taken a stab at getting the gtests in lldb/unittests to compile and
run on Xcode.  I just checked this in.  There's a new scheme called
lldb-gtest.  If you run that in Xcode, it should build the DebugClang
variant of lldb and link against the gtest libraries that come with clang.
The output goes out to the console when run.

I don't currently have this hooked into any kind of aggregate target yet.
I want to make sure this works everywhere and doesn't break anything before
I make anything depend on it.

I used a public OS X (10.11) and public Xcode (7.1, released this past
week) to do the changes.  Please let me know if you use Xcode and if you
find that this target breaks (perhaps with an older version of Xcode).

I put in a placeholder do-nothing gtest for our Editline code, partially as
a canary to see if I break any of the build bots.  I'll be adding some code
there as soon as I know that I plugged it in right on the cmake side.

Thanks!
-- 
-Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151025/37122279/attachment.html>


More information about the lldb-dev mailing list