[PATCH] D99477: [NFC][OCaml] Reformat to clean up following CAMLprim removal

Josh Berdine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 28 15:35:07 PDT 2021


jberdine created this revision.
jberdine added a reviewer: vaivaswatha.
Herald added a reviewer: whitequark.
Herald added a subscriber: jfb.
jberdine requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The removal of CAMLprim left the code in need of an application of
clang-format. There are various other changes made by clang-format
which it seems ought to be rolled together into this diff.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99477

Files:
  llvm/bindings/ocaml/bitreader/bitreader_ocaml.c
  llvm/bindings/ocaml/debuginfo/debuginfo_ocaml.c
  llvm/bindings/ocaml/executionengine/executionengine_ocaml.c
  llvm/bindings/ocaml/irreader/irreader_ocaml.c
  llvm/bindings/ocaml/linker/linker_ocaml.c
  llvm/bindings/ocaml/llvm/llvm_ocaml.c
  llvm/bindings/ocaml/target/target_ocaml.c
  llvm/bindings/ocaml/transforms/passmgr_builder/passmgr_builder_ocaml.c
  llvm/bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c
  llvm/bindings/ocaml/transforms/utils/transform_utils_ocaml.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99477.333744.patch
Type: text/x-patch
Size: 108426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210328/db9d1d0f/attachment.bin>


More information about the llvm-commits mailing list