This is an archive of the discontinued LLVM Phabricator instance.

[OCaml] Install .mli (interface) files
ClosedPublic

Authored by mgorny on Sep 30 2016, 2:06 PM.

Details

Summary

Install the OCaml interface .mli files. Those files were most likely omitted because they are input files for the compiled .cmi files. However, installing them is reasonable since -- unlike .cmi files -- they are human-readable.

The issue was originally spotted by @jpdeplaix.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny updated this revision to Diff 73137.Sep 30 2016, 2:06 PM
mgorny retitled this revision from to [OCaml] Install .mli (interface) files.
mgorny updated this object.
mgorny added reviewers: jpdeplaix, whitequark.
mgorny added subscribers: llvm-commits, jpdeplaix.
whitequark accepted this revision.Sep 30 2016, 2:08 PM
whitequark edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 30 2016, 2:08 PM
mgorny added a comment.Oct 1 2016, 2:34 AM

Thanks. Committing now.

This revision was automatically updated to reflect the committed changes.