[lldb-dev] [OS X]: building lldb with cmake

Zachary Turner via lldb-dev lldb-dev at lists.llvm.org
Sat Sep 10 08:09:13 PDT 2016


Agree that a standalone build would be great to have working, it just
requires someone willing and able to come along and fix it :)

On Sat, Sep 10, 2016 at 1:00 AM René J.V. Bertin <rjvbertin at gmail.com>
wrote:

> On Friday September 09 2016 20:00:34 Zachary Turner wrote:
> >To be completely honest with you I don't even know why this class exists.
> >All it needs to do is use llvm's regex class.  The entire MIUtilParse.h /
> >.cpp files can be deleted as far as I'm concerned.
>
> That clearly needs a bit more work, it provides a class that's used. It
> also needs access to the private header; the public Regex.h header lacks
> the definition for a private type.
> I'll leave this to someone else to figure out. I was trying a standalone
> build with the lldb source tree at its usual location so I could simply
> correct the include statement (#include
> "../../../lib/Support/regex_impl.h").
>
> I must say that there is a significant advantage to doing a standalone
> build if you already have all dependencies in place. The resulting build
> directory is over twice smaller than it is when you do an official/full
> configure and then invoke make in the tools/lldb subdirectory. The build
> time must be proportionally shorter.
>
> R.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160910/4dbd9e08/attachment.html>


More information about the lldb-dev mailing list