[clang] [Clang-Repl] Sinking RemoteJITUtils into Interpreter class(Refactoring) (PR #155140)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 2 00:02:43 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list