Add a test for llvm-ar's 'd' operation.
[oota-llvm.git] / bindings / ocaml / llvm / llvm.mli
index 33bbc74deb1b22727840264cee81ee78dba1c192..eb6c88355afbd17a1d77995f704c223253f8a38d 100644 (file)
@@ -53,6 +53,7 @@ type llmemorybuffer
 module TypeKind : sig
   type t =
     Void
+  | Half
   | Float
   | Double
   | X86fp80
@@ -374,7 +375,7 @@ val module_context : llmodule -> llcontext
 val classify_type : lltype -> TypeKind.t
 
 (** [type_is_sized ty] returns whether the type has a size or not.
- * If it doesn't then it is not safe to call the [TargetData::] methods on it.
+ * If it doesn't then it is not safe to call the [DataLayout::] methods on it.
  * *)
 val type_is_sized : lltype -> bool