================ @@ -15,6 +15,7 @@ #define LLVM_CLANG_INTERPRETER_INTERPRETER_H #include "clang/AST/GlobalDecl.h" +#include "clang/Driver/ToolChain.h" ---------------- vgvassilev wrote:
We can forward declare the `driver::Toolchain` and remove this include. https://github.com/llvm/llvm-project/pull/155140 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
