================ @@ -8,6 +8,7 @@ #ifndef _WIN32 #include "lldb/Host/ProcessRunLock.h" +#include "lldb/Target/Policy.h" ---------------- JDevlieghere wrote:
This is a layering violation. `lldbHost` can only depend on `lldbUtility`. If we need it here, we need to move Policy to `Utility` and it cannot use anything from Target/Core, which is (still) the care currently. https://github.com/llvm/llvm-project/pull/195774 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
