[lldb-dev] how to build lldb-mi on OSX?

Ed Maste emaste at freebsd.org
Tue Sep 16 17:39:00 PDT 2014


On 16 September 2014 18:21, Eric Christopher <echristo at gmail.com> wrote:
> Right now if you take a look at:
>
> lldb/tools/Makefile
>
> you'll see:
>
>  ifeq ($(HOST_OS),Linux)
>  DIRS += lldb-mi
>  endif
>
> Just remove the conditional or add in darwin support.

I just took it out, since CMake builds already build lldb-mi on all platforms.



More information about the lldb-dev mailing list