[all-commits] [llvm/llvm-project] dddf66: [OCaml] Rename link_modules' to link_modules
Alan via All-commits
all-commits at lists.llvm.org
Fri Jun 16 06:19:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dddf66fd6577fd20302cf2e71b7fd78fbaed5c61
https://github.com/llvm/llvm-project/commit/dddf66fd6577fd20302cf2e71b7fd78fbaed5c61
Author: Alan Hu <alanh at ccs.neu.edu>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M llvm/bindings/ocaml/linker/llvm_linker.ml
M llvm/bindings/ocaml/linker/llvm_linker.mli
M llvm/test/Bindings/OCaml/linker.ml
Log Message:
-----------
[OCaml] Rename link_modules' to link_modules
Commit 434e956 renamed link_modules to link_modules' for unclear reasons.
Based on the commit's diff, the author possibly intended to have two
functions, link_modules to bind to LLVMLinkModules and link_modules' to
bind to LLVMLinkModules2. However, there is only one function. link_modules'
appears in LLVM 3.8 onwards.
Differential Revision: https://reviews.llvm.org/D153090
More information about the All-commits
mailing list