[all-commits] [llvm/llvm-project] 3bc3b4: [ORC] Add cloneExternalModuleToContext API.
Lang Hames via All-commits
all-commits at lists.llvm.org
Thu Aug 14 04:21:43 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bc3b4cf5fe96afed668f24d741e509bae55cdc6
https://github.com/llvm/llvm-project/commit/3bc3b4cf5fe96afed668f24d741e509bae55cdc6
Author: Lang Hames <lhames at gmail.com>
Date: 2025-08-14 (Thu, 14 Aug 2025)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h
M llvm/lib/ExecutionEngine/Orc/ThreadSafeModule.cpp
M llvm/unittests/ExecutionEngine/Orc/ThreadSafeModuleTest.cpp
Log Message:
-----------
[ORC] Add cloneExternalModuleToContext API.
cloneExternalModuleToContext can be used to clone an LLVM module onto a given
ThreadSafeContext. Callers of this function are responsible for ensuring
exclusive access to the source module and its LLVMContext.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list