[all-commits] [llvm/llvm-project] 310ee0: Reland "[clang-repl] Enable debugging of JIT-ed co...
Vassil Vassilev via All-commits
all-commits at lists.llvm.org
Tue Apr 18 11:35:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 310ee08d5d45d9388333842a79bf4cef761afddf
https://github.com/llvm/llvm-project/commit/310ee08d5d45d9388333842a79bf4cef761afddf
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2023-04-18 (Tue, 18 Apr 2023)
Changed paths:
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
Log Message:
-----------
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 at 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 e64fbf2cca8c4763a058ba59a48ab8e4b8193028 and adds
the missing library dependencies which caused the initial failure.
More information about the All-commits
mailing list