search for: llvm_enabled_bind

Displaying 2 results from an estimated 2 matches for "llvm_enabled_bind".

2016 Jan 14
1
--enable-bindings=none equivalent with CMake
...`find_package(Ocaml)`` is ``WIN32``. The current behaviour looks like (for both OCaml and Go) if not on Windows CMake will try to detect them and if it fails the bindings will be disabled. I'd happily review a patch that adds the behaviour you want. You could add a CMake cache variable called LLVM_ENABLED_BINDINGS that is a list (i.e. separated by ``;``) of bindings to enable. We would need to decide what the different behaviours would need to be. In some circumstances you want the configure to continue even if certain things (e.g. OCaml) aren't found and in other situations (i.e. certain bindings w...
2016 Jan 11
2
--enable-bindings=none equivalent with CMake
I haven't been able to find the equivalent of ./configure --enable-bindings=none for use with CMake. -DLLVM_BINDINGS_LIST= (empty argument) didn't work, and the cmake script still searched for OCaml and Go. What's the correct switch?