[Lldb-commits] [PATCH] D59970: [CMake] Untangle linking of dependencies
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 29 00:18:12 PDT 2019
labath added a comment.
I agree Utility is not the right place for this, but I am not sure about Core either.
For curses, that's probably fine as an interim solution, because the usage is in IOHandler.
However, for libedit, I'd expect this stuff to be in Host, since that's where we have the `Editline.h` wrapper. Core can then inherit anything it needs from there since it's higher up in the dependency chain. Is there any reason why that couldn't work?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59970/new/
https://reviews.llvm.org/D59970
More information about the lldb-commits
mailing list