aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c/Core.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-13 06:25:37 +0000
committerChris Lattner <sabre@nondot.org>2009-04-13 06:25:37 +0000
commitdb1afd499eb64ecf8443f728eabe3f2b32a658ca (patch)
tree74e729bc597b9b5bcf063cac18327727e03494c8 /include/llvm-c/Core.h
parent266c7bbbbcc4b326dea82e577de1a415d6acc23e (diff)
downloadexternal_llvm-db1afd499eb64ecf8443f728eabe3f2b32a658ca.zip
external_llvm-db1afd499eb64ecf8443f728eabe3f2b32a658ca.tar.gz
external_llvm-db1afd499eb64ecf8443f728eabe3f2b32a658ca.tar.bz2
add AvailableExternally linkage to C bindings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/Core.h')
-rw-r--r--include/llvm-c/Core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 91b3bdf..3d5be53 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -115,6 +115,7 @@ typedef enum {
typedef enum {
LLVMExternalLinkage, /**< Externally visible function */
+ LLVMAvailableExternallyLinkage,
LLVMLinkOnceAnyLinkage, /**< Keep one copy of function when linking (inline)*/
LLVMLinkOnceODRLinkage, /**< Same, but only replaced by something
equivalent. */