[Lldb-commits] [PATCH] D39689: Add a dependency from check-lldb on lld

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 6 09:31:15 PST 2017


labath requested changes to this revision.
labath added a comment.
This revision now requires changes to proceed.

lld is required for building windows inferiors, but that can't be the case elsewhere (I don't even have lld checked out). It's possible it gets somehow auto-selected by clang when you have lld checked out, but if that's the case than you need to detect it, and enable the dependency only then.


https://reviews.llvm.org/D39689





More information about the lldb-commits mailing list