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

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 12:42:32 PDT 2025


alan-j-hu wrote:

Okay, I verified that the failing test doesn't have to do with this PR.

> BTW, what is the default OCamlFormat parameters for the binding files? I have OCamlFormat installed locally, but it seems like it's formatting using a different config than the current one. I'm currently maintaining format of OCaml files by hand.

I don't believe the bindings use an ocamlformat file. There is some kind of consistent style that you should try to adhere to, but they're not being enforced by any formatting rules.

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


More information about the llvm-commits mailing list