[lldb-dev] Optional Dependencies in LLDB

2020-01-06 Thread Jonas Devlieghere via lldb-dev
Hey everyone, I just wanted to let you know that most of the work is complete for auto-detecting optional dependencies in LLDB. Unless explicitly specified, optional dependencies like editline will be enabled when available and disabled otherwise. This is different from the old behavior, where op

[lldb-dev] Fwd: [Lldb-commits] Optional Dependencies in LLDB

2020-01-06 Thread Jonas Devlieghere via lldb-dev
Hey Greg, On Mon, Jan 6, 2020 at 12:28 PM Greg Clayton wrote: > > editline seems like a bad example as being optional as I wouldn't want to use > a LLDB that doesn't have editline support. Or are we taking care of this by > having the cmake settings files (lldb/cmake/caches/*.cmake) for each sy