[PATCH] D65070: [LLVM-C][OCaml] Add a fast linker binding

Timotej Kapus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 23:35:42 PST 2019


kren1 added a comment.

@whitequark I think I decided to fold the functionality of `LLVMLinkInModule2` into the `LLVMLinkInModule`. Since I'm adding the function in the first place, I thought there is no need to have the C function without those additional parameters.

Or did I misunderstand what you meant by adding the `LLVMLinkInModule2`?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65070/new/

https://reviews.llvm.org/D65070





More information about the llvm-commits mailing list