[llvm-commits] [llvm] r76657 - in /llvm/trunk/bindings/ocaml/llvm: llvm.ml llvm.mli
Bob Wilson
bob.wilson at apple.com
Tue Jul 21 14:52:57 PDT 2009
Author: bwilson
Date: Tue Jul 21 16:52:57 2009
New Revision: 76657
URL: http://llvm.org/viewvc/llvm-project?rev=76657&view=rev
Log:
Reorder the "Metadata" entry to match the C bindings.
This fixes a regression in the vmcore.ml dejagnu test.
Modified:
llvm/trunk/bindings/ocaml/llvm/llvm.ml
llvm/trunk/bindings/ocaml/llvm/llvm.mli
Modified: llvm/trunk/bindings/ocaml/llvm/llvm.ml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/llvm/llvm.ml?rev=76657&r1=76656&r2=76657&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.ml (original)
+++ llvm/trunk/bindings/ocaml/llvm/llvm.ml Tue Jul 21 16:52:57 2009
@@ -26,7 +26,6 @@
| Fp128
| Ppc_fp128
| Label
- | Metadata
| Integer
| Function
| Struct
@@ -34,6 +33,7 @@
| Pointer
| Opaque
| Vector
+ | Metadata
end
module Linkage = struct
Modified: llvm/trunk/bindings/ocaml/llvm/llvm.mli
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/llvm/llvm.mli?rev=76657&r1=76656&r2=76657&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.mli (original)
+++ llvm/trunk/bindings/ocaml/llvm/llvm.mli Tue Jul 21 16:52:57 2009
@@ -61,7 +61,6 @@
| Fp128
| Ppc_fp128
| Label
- | Metadata
| Integer
| Function
| Struct
@@ -69,6 +68,7 @@
| Pointer
| Opaque
| Vector
+ | Metadata
end
(** The linkage of a global value, accessed with {!linkage} and
More information about the llvm-commits
mailing list