[all-commits] [llvm/llvm-project] ade716: [ORC] Add Platform::teardownJITDylib method.
lhames via All-commits
all-commits at lists.llvm.org
Mon Jan 17 21:28:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ade71641dcf6fc2c457e318634f0bcff8f8feee1
https://github.com/llvm/llvm-project/commit/ade71641dcf6fc2c457e318634f0bcff8f8feee1
Author: Lang Hames <lhames at gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
M llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
M llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
Log Message:
-----------
[ORC] Add Platform::teardownJITDylib method.
This is a counterpart to Platform::setupJITDylib, and is called when JITDylib
instances are removed (via ExecutionSession::removeJITDylib).
Upcoming MachOPlatform patches will use this to clear per-JITDylib data when
JITDylibs are removed.
More information about the All-commits
mailing list