DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
[oota-llvm.git] / bindings / ocaml / executionengine / CMakeLists.txt
1 add_ocaml_library(llvm_executionengine
2   OCAML    llvm_executionengine
3   OCAMLDEP llvm llvm_target
4   C        executionengine_ocaml
5   LLVM     executionengine mcjit native
6   PKG      ctypes)