[llvm] [CMake][OCaml] Make OCaml bindings suitable for out-of-tree install (PR #123478)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 18 20:34:33 PST 2025
alan-j-hu wrote:
Fixed up more of the logic.
In the CMake code of concern, we are talking about the outputs of `ocamlmklib`. This should output `.o` and `.a` files on Mac, which should render the usage of CMake variables incorrect. See https://ocaml.org/manual/5.3/intfc.html#s%3Aocamlmklib.
https://github.com/llvm/llvm-project/pull/123478
More information about the llvm-commits
mailing list