[llvm] 8d937c6 - [bindings][ocaml] Remove a reference to the deleted function `llvm_x86_mmx_type`

Dmitri Gribenko via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 01:25:25 PDT 2024


Author: Dmitri Gribenko
Date: 2024-07-26T10:24:42+02:00
New Revision: 8d937c60a761def562bcf4cccbaea58176ee47da

URL: https://github.com/llvm/llvm-project/commit/8d937c60a761def562bcf4cccbaea58176ee47da
DIFF: https://github.com/llvm/llvm-project/commit/8d937c60a761def562bcf4cccbaea58176ee47da.diff

LOG: [bindings][ocaml] Remove a reference to the deleted function `llvm_x86_mmx_type`

The function was removed in dfeb3991fb489a703f631ab0c34b58f80568038d.

This change fixes the build for OCaml bindings and tests.

Added: 
    

Modified: 
    llvm/bindings/ocaml/llvm/llvm.ml

Removed: 
    


################################################################################
diff  --git a/llvm/bindings/ocaml/llvm/llvm.ml b/llvm/bindings/ocaml/llvm/llvm.ml
index 86b010e0ac22d..908e6658a89f7 100644
--- a/llvm/bindings/ocaml/llvm/llvm.ml
+++ b/llvm/bindings/ocaml/llvm/llvm.ml
@@ -519,7 +519,6 @@ external vector_size : lltype -> int = "llvm_vector_size"
 (*--... Operations on other types ..........................................--*)
 external void_type : llcontext -> lltype = "llvm_void_type"
 external label_type : llcontext -> lltype = "llvm_label_type"
-external x86_mmx_type : llcontext -> lltype = "llvm_x86_mmx_type"
 external type_by_name : llmodule -> string -> lltype option = "llvm_type_by_name"
 
 external classify_value : llvalue -> ValueKind.t = "llvm_classify_value"


        


More information about the llvm-commits mailing list