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.