[lldb-dev] Use of MAKE in tests

Reid Kleckner rnk at google.com
Fri Jul 18 17:24:43 PDT 2014


I haven't stared deeply at LLDB's usage of make, but I think adding CMake
to the mix is a step in the wrong direction.  CMake isn't a make
replacement, it's a meta-build system and autoconf replacement.  Once you
generate build files, you'll still have an external dependency on some
other build system (ninja or msbuild).

Aren't most LLDB test programs simple enough to be linked with something
like the lit shell interpreter?


On Fri, Jul 18, 2014 at 3:55 PM, <jingham at apple.com> wrote:

> This is mostly historical.  So long as I don't have to do it, I don't
> really mind one way or the other.  OTOH, beware, this sort of thing is
> sticky...
>
> Jim
>
>
> > On Jul 18, 2014, at 3:47 PM, Zachary Turner <zturner at google.com> wrote:
> >
> > I'm not very well versed in MAKE, but an issue I'm encountering
> currently is the use of MAKE in compiling the test files.  Is there any
> reason CMake can't be used here?  There's a lot of shell-specific logic in
> the Makefile currently that is hard to reproduce on Windows, so if we can
> port everything to CMake it might be helpful.
> >
> > Thoughts?
> > _______________________________________________
> > lldb-dev mailing list
> > lldb-dev at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
> _______________________________________________
> 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/20140718/7fa30d14/attachment.html>


More information about the lldb-dev mailing list