[llvm] [bindings] Add OCaml binding to `LLVMGlobalSetMetadata` (PR #131583)

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 19 20:51:54 PDT 2025


alan-j-hu wrote:

I get this error as well:

```
Error: The files llvm-project/build/lib/ocaml/llvm/llvm.cmi
       and llvm-project/build/lib/ocaml/llvm/llvm_debuginfo.cmi
       make inconsistent assumptions over interface Llvm
```

IIRC it's a bug in some CMakeFile. You need to explicitly run `ninja -Cbuild ocaml_llvm_debuginfo` again.

https://github.com/llvm/llvm-project/pull/131583


More information about the llvm-commits mailing list