简体   繁体   中英

Installing OCaml bindings for LLVM

I built LLVM13 rc4 with OCaml bindings. After running ninja install , I see the bindings is now installed in $HOME/.opam/4.12.0/lib/ocaml . However, I run dune build and it looks like the system does not realize the bindings is installed.

How do I add the built bindings to OCaml?

Thanks, I figured it out. I need to copy them from lib/ocaml/llvm to lib/llvm and lib/llvm/static

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM