This is an archive of the discontinued LLVM Phabricator instance.

[OCaml] Update core test and re-enable testing
ClosedPublic

Authored by jketema on May 2 2016, 1:25 PM.

Details

Summary

Update the OCaml core test to use the current IR syntax in its check lines. Also drop the creation of debug meta-data, as this is currently not supported by the C interface.

Diff Detail

Repository
rL LLVM

Event Timeline

jketema updated this revision to Diff 55882.May 2 2016, 1:25 PM
jketema retitled this revision from to [OCaml] Update core test and re-enable testing.
jketema updated this object.
jketema added a reviewer: whitequark.
jketema added a subscriber: llvm-commits.
whitequark added inline comments.May 3 2016, 2:08 AM
test/Bindings/OCaml/core.ml
1425 ↗(On Diff #55882)

Just remove this too. I don't think version 2 is even readable by LLVM anymore...

jketema updated this revision to Diff 56689.May 10 2016, 4:14 AM
jketema added inline comments.
test/Bindings/OCaml/core.ml
1425 ↗(On Diff #56689)

I updated this to version 3 instead, as this is the only test for named meta-data, and I prefer not to loose that test.

whitequark accepted this revision.May 10 2016, 4:16 AM
whitequark edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 10 2016, 4:16 AM
This revision was automatically updated to reflect the committed changes.