[PATCH] [OCaml] [cmake] Add CMake buildsystem for OCaml.
Reid Kleckner
rnk at google.com
Mon Nov 3 16:40:36 PST 2014
This looks refreshingly clean and simple.
================
Comment at: cmake/modules/AddOCaml.cmake:7
@@ +6,3 @@
+#
+# add_ocaml_library(pkg_a OCAML mod_a OCAMLDEP mod_b C mod_a_stubs PKG ctypes LLVM core)
+
----------------
Can you add a bit more explanatory text here about what the arguments are? It's not clear from the context of the caller what these are supposed to be.
http://reviews.llvm.org/D6102
More information about the llvm-commits
mailing list