[all-commits] [llvm/llvm-project] 402362: [Orc] Deduplicate GDB JIT Interface declarations (...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Wed Jan 3 02:22:00 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40236257ea9d1e451daee5c0938bd23abd5d1450
https://github.com/llvm/llvm-project/commit/40236257ea9d1e451daee5c0938bd23abd5d1450
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp
M llvm/tools/lli/ExecutionUtils.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink-executor/llvm-jitlink-executor.cpp
M llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
Log Message:
-----------
[Orc] Deduplicate GDB JIT Interface declarations (NFC) (#76373)
https://github.com/llvm/llvm-project/pull/76236 introduced the forth
copy and it was time to deduplicate. This patch brings it back to 2,
one in OrcTargetProcess and one in legacy ExecutionEngine.
More information about the All-commits
mailing list