[lldb-dev] Host is now dependency free

2019-03-08 Thread Zachary Turner via lldb-dev
It's been a long time coming and a lot of work to get here, but Host is now dependency free. While this may not be enforced in the Xcode project (unless someone changes it to not link against any other libraries / targets), as of r355730 this is enforced in the CMake build, so if new dependencies

Re: [lldb-dev] Host is now dependency free

2019-03-08 Thread Adrian Prantl via lldb-dev
That's great news! I'm looking forward to having more fine-grained LLDB C++ modules. -- adrian > On Mar 8, 2019, at 1:00 PM, Zachary Turner via lldb-dev > wrote: > > It's been a long time coming and a lot of work to get here, but Host is now > dependency free. While this may not be enforced

Re: [lldb-dev] Host is now dependency free

2019-03-08 Thread Nico Weber via lldb-dev
Awesome :) Thanks much for working on this! On Fri, Mar 8, 2019 at 4:01 PM Zachary Turner via lldb-dev < lldb-dev@lists.llvm.org> wrote: > It's been a long time coming and a lot of work to get here, but Host is > now dependency free. While this may not be enforced in the Xcode project > (unless