Implemented new functions for Orc V2 C-API:
LLVMOrcCreateDynamicLibararySearchGeneratorForPath
LLVMOrcCreateStaticLibrarySearchGeneratorForPath
Also created test cases for those and 2 test files.
Differential D108535
Implemented LLVMOrcCreateDynamicLibararySearchGeneratorForPath and LLVMOrcCreateStaticLibrarySearchGeneratorForPath for C -API. tpisto on Aug 23 2021, 2:48 AM. Authored by
Details Implemented new functions for Orc V2 C-API: LLVMOrcCreateDynamicLibararySearchGeneratorForPath Also created test cases for those and 2 test files.
Diff Detail
Event TimelineComment Actions Hi Tommi, Thanks very much for working on these! The pre-built archive and dylib are causing test failures on non-Darwin platforms. I haven't checked whether there's an easy way to build static and dynamic libraries from source for these tests. If there is then you should use that, but if not I'm ok with these APIs going in with an OrcV2Examples example and a TODO, rather than unit tests.
|
Could you add a note that this API is experimental, and likely to change in the near future?
(The basic concept is stable, but I think we might want to revisit how filters work to make them more efficient)