[Lldb-commits] [PATCH] D71306: [RFC] Change how we deal with optional dependencies

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 10 15:48:22 PST 2019


mgorny added a comment.

I'm going to be blunt but if you dislike what LLVM does, improve that rather than proliferating inconsistencies between subprojects.

That said, there are few things that could improve this. We could print a nice summary of which dependencies were found and which were not at the end of CMake run. We could move variables for controlling deps (or maybe even all user-set variables) to a separate file (meson does something like this, i think), so they're easier to find and track.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71306/new/

https://reviews.llvm.org/D71306





More information about the lldb-commits mailing list