Files
clang-p2996/clang/lib/Interpreter/IncrementalExecutor.cpp
Vassil Vassilev 310ee08d5d Reland "[clang-repl] Enable debugging of JIT-ed code."
Original commit message: "
[clang-repl] Enable debugging of JIT-ed code.

    This change follows llvm/llvm-project@21b5ebd and makes use of the jitlink
    infrastructure. In order to use this feature inside lldb one needs to run the
    lldb command: settings set plugin.jit-loader.gdb.enable on

    This works currently only on Darwin since jitlink is not a default ELF/x86-64
    backend yet.

    Differential revision: https://reviews.llvm.org/D148481
"

This patch reverts commit e64fbf2cca and adds
the missing library dependencies which caused the initial failure.
2023-04-18 18:33:52 +00:00

3.5 KiB