This is an archive of the discontinued LLVM Phabricator instance.

[llvm] [ocaml] Support linking against dylib
ClosedPublic

Authored by mgorny on Oct 4 2019, 2:24 AM.

Details

Summary

Support linking OCaml modules against LLVM dylib when requested,
rather than against static libs that might not be installed at all.

Diff Detail

Event Timeline

mgorny created this revision.Oct 4 2019, 2:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2019, 2:24 AM
whitequark accepted this revision.Oct 11 2019, 7:11 AM

LGTM. I did not get a notification for this before for some reason.

This revision is now accepted and ready to land.Oct 11 2019, 7:11 AM

No problem. Thanks!

This revision was automatically updated to reflect the committed changes.