OSDN Git Service

[OCaml] Add GlobalIFunc value kind to OCaml API
authorwhitequark <whitequark@whitequark.org>
Tue, 18 Sep 2018 00:01:12 +0000 (00:01 +0000)
committerwhitequark <whitequark@whitequark.org>
Tue, 18 Sep 2018 00:01:12 +0000 (00:01 +0000)
commit7aa375cdfea7e044d961f5e585072e7090074310
tree5937c69f537c85bbe2995f86a84f4e546e6eab78
parentc753266f48f956af5d9fffd25fe98e35e2b7db6c
[OCaml] Add GlobalIFunc value kind to OCaml API

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.

Reviewers: whitequark, deadalnix

Reviewed By: whitequark

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D52198

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342429 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
include/llvm-c/Core.h