[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / bindings / ocaml / executionengine / CMakeLists.txt
blob0b1428aac1b80123fa1ec42b305be0b40e1647e1
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)