[Lldb-commits] [PATCH] D51999: build: add libedit to include paths

Saleem Abdulrasool via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 20 16:21:44 PDT 2018


compnerd added a comment.

It definitely shouldn't be `PUBLIC`, `PRIVATE` makes sense for this inclusion.  Is there a library that pulls in the dependency (that is, do the other libraries need it due to `lldbHost`?  If so, just adding it as `INTERFACE` on that library should be sufficient).


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51999





More information about the lldb-commits mailing list