[PATCH] D52197: [OCaml] Add Token type to kind enum in OCaml API

whitequark via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 17:03:57 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342428: [OCaml] Add Token type to kind enum in OCaml API (authored by whitequark, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D52197

Files:
  llvm/trunk/bindings/ocaml/llvm/llvm.ml
  llvm/trunk/bindings/ocaml/llvm/llvm.mli


Index: llvm/trunk/bindings/ocaml/llvm/llvm.ml
===================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.ml
+++ llvm/trunk/bindings/ocaml/llvm/llvm.ml
@@ -42,6 +42,7 @@
   | Vector
   | Metadata
   | X86_mmx
+  | Token
 end
 
 module Linkage = struct
Index: llvm/trunk/bindings/ocaml/llvm/llvm.mli
===================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.mli
+++ llvm/trunk/bindings/ocaml/llvm/llvm.mli
@@ -77,6 +77,7 @@
   | Vector
   | Metadata
   | X86_mmx
+  | Token
 end
 
 (** The linkage of a global value, accessed with {!linkage} and


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52197.165848.patch
Type: text/x-patch
Size: 643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180918/7c84ffdf/attachment.bin>


More information about the llvm-commits mailing list