[all-commits] [llvm/llvm-project] b25189: Re-apply "[ORC] Add N_SO and N_OSO stabs entries t...
lhames via All-commits
all-commits at lists.llvm.org
Thu Sep 28 21:34:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2518971d82331b09d7630ac1aecbb49e876a496
https://github.com/llvm/llvm-project/commit/b2518971d82331b09d7630ac1aecbb49e876a496
Author: Lang Hames <lhames at gmail.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
R llvm/include/llvm/ExecutionEngine/Orc/DebuggerSupport.h
R llvm/include/llvm/ExecutionEngine/Orc/DebuggerSupportPlugin.h
A llvm/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h
A llvm/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
R llvm/lib/ExecutionEngine/Orc/DebuggerSupport.cpp
R llvm/lib/ExecutionEngine/Orc/DebuggerSupportPlugin.cpp
M llvm/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt
A llvm/lib/ExecutionEngine/Orc/Debugging/DebuggerSupport.cpp
A llvm/lib/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.cpp
M llvm/tools/lli/CMakeLists.txt
M llvm/tools/lli/lli.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
Re-apply "[ORC] Add N_SO and N_OSO stabs entries to MachO debug..." with fixes.
This re-applies db51e572893, which was reverted in 05b1a2cb3e6 due to bot
failures. The DebuggerSupportPlugin now depends on DWARF, so it has been moved
to the new OrcDebugging library (as has the enableDebuggerSupport API).
More information about the All-commits
mailing list