Skip to content

Commit

Permalink
Fix ocaml bindings; add "available_externally" linkage type.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68945 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nlewycky committed Apr 13, 2009
1 parent 55f64db commit 14b9ed1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings/ocaml/llvm/llvm.ml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ end
module Linkage = struct
type t =
| External
| Available_externally
| Link_once
| Weak
| Appending
Expand Down
1 change: 1 addition & 0 deletions bindings/ocaml/llvm/llvm.mli
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ end
module Linkage : sig
type t =
External
| Available_externally
| Link_once
| Weak
| Appending
Expand Down

0 comments on commit 14b9ed1

Please sign in to comment.