[lldb-dev] Optional Dependencies in LLDB
Adrian Prantl via lldb-dev
lldb-dev at lists.llvm.org
Wed Jan 8 14:46:51 PST 2020
> On Jan 6, 2020, at 11:17 AM, Jonas Devlieghere via lldb-dev <lldb-dev at lists.llvm.org> wrote:
>
> 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 "explicitly specified" mode makes it possible to declare that I want it to be hard error if an optional dependency is missing (e.g., to avoid silently dropping editline support by accident)?
-- adrian
More information about the lldb-dev
mailing list