[llvm] [llvm-c] APIs for acquiring and releasing ThreadSafeContext locks (PR #146598)
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 1 23:57:19 PDT 2025
https://github.com/lhames commented:
Hi @abgeana!
Thanks for submitting this!
What operations do you want to be able to do under the C API? The `LLVMOrcThreadSafeModuleWithModuleDo` is meant to provide safe access a thread-safe `llvm::Module` -- do you need access to the context independent of any Module?
https://github.com/llvm/llvm-project/pull/146598
More information about the llvm-commits
mailing list