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

Saleem Abdulrasool via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 18 15:29:46 PDT 2018


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

Can you use `target_include_directories` instead and do this only on `lldbHost` instead please?  That restricts the inclusion to just that target, which would help prevent accidental inclusion of the headers.  That is the change should be to `source/Host/CMakeLists.txt`.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51999





More information about the lldb-commits mailing list