[CodeGenPrepare] Handle all debug calls in dupRetToEnableTailCallOpts()
[llvm-complete.git] / bindings / ocaml / executionengine / CMakeLists.txt
blobae9af088c025a1616de0d8529506d59532462e91
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)