LLVMOrcDisposeObjectLayer and LLVMOrcExecutionSessionGetJITDylibByName did not have matching signatures between the C-API header and binding implementations. Fixes PR49745
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99478
[Orc] Fix mismatched C-API header function signatures ClosedPublic Authored by supergrecko on Mar 28 2021, 4:24 PM.
Details Summary LLVMOrcDisposeObjectLayer and LLVMOrcExecutionSessionGetJITDylibByName did not have matching signatures between the C-API header and binding implementations. Fixes PR49745
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 28 2021, 4:26 PM This revision was landed with ongoing or failed builds.Mar 28 2021, 4:43 PM Closed by commit rG666df2e2cbe9: [ORC][C-bindings] Fix some ORC C bindings function names and signatures. (authored by lhames). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 333748 llvm/include/llvm-c/Orc.h
llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
|