summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit2dba0f0d75cd3ad411a8bc8b0cbc4474720642cf (patch)
tree79b0e7c2730367fee7f774f69c17bc0ae8f3a86e /llvm/include/llvm-c/Core.h
parent5c6160d01993587cd016bf3f4d373810285e8af6 (diff)
downloadbcm5719-llvm-2dba0f0d75cd3ad411a8bc8b0cbc4474720642cf.tar.gz
bcm5719-llvm-2dba0f0d75cd3ad411a8bc8b0cbc4474720642cf.zip
add AvailableExternally linkage to C bindings.
llvm-svn: 68942
Diffstat (limited to 'llvm/include/llvm-c/Core.h')
-rw-r--r--llvm/include/llvm-c/Core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index 91b3bdfd74e..3d5be532609 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/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. */
OpenPOWER on IntegriCloud