This is an archive of the discontinued LLVM Phabricator instance.

[OCaml] Add GlobalIFunc value kind to OCaml API
ClosedPublic

Authored by jberdine on Sep 17 2018, 4:31 PM.

Details

Summary

The GlobalIFunc value kind has not yet been added to the OCaml
API. This patch only extends the enum, so that e.g. classify_value
will not crash. No support for manipulating or building GlobalIFuncs
is added at this point.

Diff Detail

Repository
rL LLVM

Event Timeline

jberdine created this revision.Sep 17 2018, 4:31 PM
This revision is now accepted and ready to land.Sep 17 2018, 4:47 PM
This revision was automatically updated to reflect the committed changes.