================ @@ -27,7 +27,6 @@ #include "clang/Basic/XRayInstr.h" #include "clang/Config/config.h" #include "clang/Driver/Driver.h" ---------------- naveen-seth wrote:
That does seem like the better solution! I've moved `GetResourcesPath()` into `clangOptions` in the follow up (#165277, [26a940e](https://github.com/llvm/llvm-project/pull/165277/commits/26a940e3191f8bb7e06eb5846be0fd1c5c1e5db1)). It already let me drop the `clangDriver` dependency in `lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt`, which was only needed for `GetResourcesPath()` before. https://github.com/llvm/llvm-project/pull/163659 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
