This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

supergrecko created this revision.Mar 28 2021, 4:24 PM
supergrecko requested review of this revision.Mar 28 2021, 4:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2021, 4:24 PM
lhames accepted this revision.Mar 28 2021, 4:26 PM

Looks good to me -- Thanks Mats!

This 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
This revision was automatically updated to reflect the committed changes.