[all-commits] [llvm/llvm-project] 42b588: [ORC] Add static and dynamic library generator sup...
Tommi Pisto via All-commits
all-commits at lists.llvm.org
Mon Oct 11 09:26:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42b588a2000e872d63326a623982c75ab5ac28a9
https://github.com/llvm/llvm-project/commit/42b588a2000e872d63326a623982c75ab5ac28a9
Author: Tommi Pisto <tommi at pis.to>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M llvm/include/llvm-c/Orc.h
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
Log Message:
-----------
[ORC] Add static and dynamic library generator support to C API.
Adds LLVMOrcCreateStaticLibrarySearchGeneratorForPath and
LLVMOrcCreateDynamicLibrarySearchGeneratorForPath functions to create generators
for static and dynamic libraries.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D108535
More information about the All-commits
mailing list