std::unique_ptr<MultiplexASTDeserializationListener> DeserializationListener;diff --git a/clang/include/clang/Interpreter/Interpreter.h b/clang/include/clang/Interpreter/Interpreter.hindex 1234608bb58647..cbb1cfd4ab02a8 100644--- a/clang/include/clang/Interpreter/Interpreter.h+++ b/clang/include/clang...
#define DEBUG_TYPE "clang-repl"using namespace clang; // FIXME: Figure out how to unify with namespace init_convenience from @@ -338,19 +341,8 @@ class IncrementalAction : public WrapperFrontendAction { }void ExecuteAction() override {...
@weliveindetail, it seems that clang-repl prefers the process triple: llvm-project/clang/lib/Interpreter/Interpreter.cpp Line 188 in c26a993 std::string TT = TargetTriple ? *TargetTriple : llvm::sys::getProcessTriple(); What should we do here? Should we implement a lit version of...
export_executable_symbols_for_plugins(clang-repl) endif() string(TOUPPER"${CMAKE_SYSTEM_PROCESSOR}"system_processor) if(system_processorMATCHES"ARM") set(FLAG_LONG_PLT"-Wl,--long-plt") llvm_check_linker_flag(CXX${FLAG_LONG_PLT}LINKER_HAS_FLAG_LONG_PLT) ...
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. - release/19.x: [clang-repl] Improve flags responsible for generating shared wasm binaries (#116735) · llvm/llvm-project@e032d7a
I'm using clang-repl to embed a C++ interpreter in a library to enable JIT compilation, and I've been really happy with the results so far. However, when building this project on a mac, the JIT compiler is failing on even trivial program...
Clang-repl. The need for Clang-repl is that it presents opportunities for rigorous open-source development. However, even though it is inspired by cling, not all of Clang-repl and Cling are the same, i.e., they are similar, but work needs to be done to add Xeus protocol support for ...
title: "GSoC 2024: Out-Of-Process Execution For Clang-Repl" --- Hello! I'm Sahil Patidar, and this summer I had the exciting opportunity to participate in Google Summer of Code (GSoC) 2024. My project revolved around enhancing Clang-Repl by introducing Out-Of-Process Execution. Mentors...
[cling] Make parts of the cling codebase similar to upstream clang-repl root-project/root#15374 Merged 2 tasks cmsbuild commented Apr 29, 2024 -1 Failed Tests: UnitTests Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-c88e5e/39151/summary.html COMMI...
[clang-query] Load queries and matchers from file during REPL cycle (l… Browse files …lvm#90603) The clang-query tool has the ability to execute or pre-load queries from a file when the tool is launched, but doesn't have the ability to do the same from the interactive REPL prompt....