[Lldb-commits] [PATCH] D14531: Add more autotools/gmake NetBSD glue
Kamil Rytarowski via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 10 05:53:46 PST 2015
krytarowski added a comment.
In http://reviews.llvm.org/D14531#285997, @tberghammer wrote:
> I have no objection against this change but considering that LLVM plans to remove the autotools/gmake support after branching the 3.8 release (most likely in January 2016) it would be good if you can bring up CMake on NetBSD instead of autotools/gmake.
This diff is for CMake:
http://reviews.llvm.org/D14529 Use library discovery for curses and panel
This is general support:
http://reviews.llvm.org/D14529 Plug-in PlatformNetBSD initializer and terminator
This one and the following one for autoconf/gmake:
http://reviews.llvm.org/D14528 Allow to override python-config executable name from command line
With these diffs I can build lldb/llvm on CMake. autotools build is almost there. They shouldn't be big deal to land them in the sources.
Repository:
rL LLVM
http://reviews.llvm.org/D14531
More information about the lldb-commits
mailing list