]> granicus.if.org Git - llvm/commit
Merging r309321:
authorHans Wennborg <hans@hanshq.net>
Mon, 31 Jul 2017 17:37:45 +0000 (17:37 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 31 Jul 2017 17:37:45 +0000 (17:37 +0000)
commit9399b8424d2175af02eda9ba381613532ff8034d
tree3d4a9bd5b291d5a2f0045e8605513d0af0a5c27b
parent94d06b0a759fe599950c24d7ecbf410e2e8f95a0
Merging r309321:
------------------------------------------------------------------------
r309321 | mgorny | 2017-07-27 14:13:25 -0700 (Thu, 27 Jul 2017) | 12 lines

[OCaml] Fix undefined reference to LLVMDumpType() with NDEBUG

Account for the possibility of LLVMDumpType() not being available with
NDEBUG in the OCaml bindings. If it is not built into LLVM, make
the dump function raise an exception.

Since rL293359, the dump functions are built only if either NDEBUG is
not defined, or LLVM_ENABLE_DUMP is defined. As a result, if the dump
functions are not built in LLVM, the dynamic OCaml libraries fail to
load due to undefined LLVMDumpType symbol.

Differential Revision: https://reviews.llvm.org/D35899
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@309590 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c