[lldb-dev] Is anyone using the gtest Xcode project?

Zachary Turner zturner at google.com
Fri Mar 13 08:20:33 PDT 2015


I mean that currently there is a gtest.xcodeproj in lldb/gtest whereas most
stuff goes in lldb.xcodeproj.

Anyway, that part isn't that important. The real question is is it
important for you that it not break even for a few days, or is it ok if it
running unit tests works only through the cmake build? I.e. Do i need to
synchronize the changes for cmake and xcode?
On Fri, Mar 13, 2015 at 8:13 AM Vince Harron <vince at nethacker.com> wrote:

> > we can add it to the "real" Xcode project as a separate target
>
> What does this mean?
> On Mar 12, 2015 10:20 PM, "Zachary Turner" <zturner at google.com> wrote:
>
>> What do you use it for? How bad will it disrupt you if it's temporarily
>> broken? What if, during the temporarily broken time, it still works through
>> the cmake build on osx?
>>
>> Trying to figure out if i need to synchronize fixes to the Xcode build.
>> On Thu, Mar 12, 2015 at 4:33 PM Vince Harron <vince at nethacker.com> wrote:
>>
>>> We use it.
>>> On Mar 12, 2015 2:47 PM, "Zachary Turner" <zturner at google.com> wrote:
>>>
>>>> In lldb/gtest there is a gtest.xcodeproj folder with what I guess is an
>>>> Xcode project.  If I understand the way Xcode works, the way to use this is
>>>> by opening this in another instance of Xcode separate from your normal LLDB
>>>> project, and then building it.  Is this right?
>>>>
>>>> I have a patch that moves some files around, and if nobody is using
>>>> this Xcode project, I would like to delete it.  Then, after I get the tests
>>>> up and running in the CMake build, we can add it to the "real" Xcode
>>>> project as a separate target similar to how you currently run the LLDB Test
>>>> suite.
>>>>
>>>> Any objections to deleting the Xcode project?
>>>>
>>>> _______________________________________________
>>>> lldb-dev mailing list
>>>> lldb-dev at cs.uiuc.edu
>>>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>>>>
>>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150313/93abb964/attachment.html>


More information about the lldb-dev mailing list