[Lldb-commits] [PATCH] D50384: Move Predicate.h from Host to Utility
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 7 10:26:15 PDT 2018
xiaobai added a comment.
Hurray for more layering improvements!
It looks like Raphael recently committed a modulemap for compiling the LLDB headers into C++ modules (`include/lldb/module.modulemap`) that has a reference to Predicate.h in in Host. You should probably modify that as well.
https://reviews.llvm.org/D50384
More information about the lldb-commits
mailing list