Fix a bug in ocaml bindings that has incorrect linkage options.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82964 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Erick Tryzelaar 2009-09-28 04:42:36 +00:00
parent 3128015782
commit 4aee041000
2 changed files with 10 additions and 0 deletions

View File

@ -42,13 +42,18 @@ module Linkage = struct
| External
| Available_externally
| Link_once
| Link_once_odr
| Weak
| Weak_odr
| Appending
| Internal
| Private
| Dllimport
| Dllexport
| External_weak
| Ghost
| Common
| Linker_private
end
module Visibility = struct

View File

@ -82,13 +82,18 @@ module Linkage : sig
External
| Available_externally
| Link_once
| Link_once_odr
| Weak
| Weak_odr
| Appending
| Internal
| Private
| Dllimport
| Dllexport
| External_weak
| Ghost
| Common
| Linker_private
end
(** The linker visibility of a global value, accessed with {!visibility} and