[PATCH] D108535: Implemented LLVMOrcCreateDynamicLibararySearchGeneratorForPath and LLVMOrcCreateStaticLibrarySearchGeneratorForPath for C -API.
Tommi Pisto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 23 02:48:54 PDT 2021
tpisto created this revision.
tpisto added a reviewer: lhames.
Herald added a reviewer: deadalnix.
Herald added subscribers: hiraditya, mgorny.
tpisto requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Implemented new functions for Orc V2 C-API:
LLVMOrcCreateDynamicLibararySearchGeneratorForPath
LLVMOrcCreateStaticLibrarySearchGeneratorForPath
Also created test cases for those and 2 test files.
https://reviews.llvm.org/D108535
Files:
llvm/include/llvm-c/Orc.h
llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
llvm/unittests/ExecutionEngine/Orc/Inputs/libdynamic_library_search_definition_test.dylib
llvm/unittests/ExecutionEngine/Orc/Inputs/library_search_definition_test.c
llvm/unittests/ExecutionEngine/Orc/Inputs/libstatic_library_search_definition_test.a
llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108535.368051.patch
Type: text/x-patch
Size: 8492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210823/35d15d31/attachment.bin>
More information about the llvm-commits
mailing list