================ @@ -27,7 +27,6 @@ #include "clang/Basic/XRayInstr.h" #include "clang/Config/config.h" #include "clang/Driver/Driver.h" ---------------- jansvoboda11 wrote:
I'd expect `CompilerInvocation` to drop the dependency on `Driver` entirely. I suspect the only reason this patch doesn't do that is the call to `Driver::GetResourcesPath()`? Could this be moved into the new options library too? (If so, let's do it as a follow-up.) https://github.com/llvm/llvm-project/pull/163659 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
