[clang] [clang-repl] Set up executor implicitly to account for init PTUs (PR #84758)
Stefan Gränitz via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 06:13:43 PDT 2024
weliveindetail wrote:
Taking this patch would mean that deriving from Interpreter won't hold as the mechanism for extensions! At least for customizing the JITBuilder. I propose to pass the `LLJITBuilder` to the constructor then and to store it as a member for later `Create/ResetExecutor()` calls. Let me prototype that..
https://github.com/llvm/llvm-project/pull/84758
More information about the cfe-commits
mailing list