Expose the rest of the attribute settings.
authorErick Tryzelaar <idadesub@users.sourceforge.net>
Mon, 28 Sep 2009 04:42:47 +0000 (04:42 +0000)
committerErick Tryzelaar <idadesub@users.sourceforge.net>
Mon, 28 Sep 2009 04:42:47 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82965 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli

index 64f7c17bde5453d8bca5298ffbaed0c9b93ec00c..37d0fd7c85f446a1bbf80906ee7447820ad91fce 100644 (file)
@@ -84,6 +84,16 @@ module Attribute = struct
   | Nest
   | Readnone
   | Readonly
+  | Noinline
+  | Alwaysinline
+  | Optsize
+  | Ssp
+  | Sspreq
+  | Nocapture
+  | Noredzone
+  | Noimplicitfloat
+  | Naked
+  | Inlinehint
 end
 
 module Icmp = struct
index 402bf74411bc58f0dee5b42164e5e65fc0c6ca99..a7c2bcfd719b73f5020a4b4d9d31419d66b745f1 100644 (file)
@@ -134,6 +134,16 @@ module Attribute : sig
   | Nest
   | Readnone
   | Readonly
+  | Noinline
+  | Alwaysinline
+  | Optsize
+  | Ssp
+  | Sspreq
+  | Nocapture
+  | Noredzone
+  | Noimplicitfloat
+  | Naked
+  | Inlinehint
 end
 
 (** The predicate for an integer comparison ([icmp]) instruction.