summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Core.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-07-20 18:22:52 +0000
committerBill Wendling <isanbard@gmail.com>2009-07-20 18:22:52 +0000
commit002b16724eb95dfb885a77ecfefebbb6aa912f81 (patch)
treefbc07e381f0d584a6ae57e8b96748ff4e5cbc3ff /llvm/include/llvm-c/Core.h
parent6b1be839375c81e871c98a984a1ffc468d59de97 (diff)
downloadbcm5719-llvm-002b16724eb95dfb885a77ecfefebbb6aa912f81.tar.gz
bcm5719-llvm-002b16724eb95dfb885a77ecfefebbb6aa912f81.zip
Put new enum at end of list to avoid changing ABI.
llvm-svn: 76447
Diffstat (limited to 'llvm/include/llvm-c/Core.h')
-rw-r--r--llvm/include/llvm-c/Core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index 5d4b091ece3..0d6e2488c5d 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -141,13 +141,13 @@ typedef enum {
LLVMInternalLinkage, /**< Rename collisions when linking (static
functions) */
LLVMPrivateLinkage, /**< Like Internal, but omit from symbol table */
- LLVMLinkerPrivateLinkage, /**< Like Private, but linker removes. */
LLVMDLLImportLinkage, /**< Function to be imported from DLL */
LLVMDLLExportLinkage, /**< Function to be accessible from DLL */
LLVMExternalWeakLinkage,/**< ExternalWeak linkage description */
LLVMGhostLinkage, /**< Stand-in functions for streaming fns from
bitcode */
- LLVMCommonLinkage /**< Tentative definitions */
+ LLVMCommonLinkage, /**< Tentative definitions */
+ LLVMLinkerPrivateLinkage /**< Like Private, but linker removes. */
} LLVMLinkage;
typedef enum {
OpenPOWER on IntegriCloud