mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-29 10:25:12 +00:00
Put new enum at end of list to avoid changing ABI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -141,13 +141,13 @@ typedef enum {
|
|||||||
LLVMInternalLinkage, /**< Rename collisions when linking (static
|
LLVMInternalLinkage, /**< Rename collisions when linking (static
|
||||||
functions) */
|
functions) */
|
||||||
LLVMPrivateLinkage, /**< Like Internal, but omit from symbol table */
|
LLVMPrivateLinkage, /**< Like Internal, but omit from symbol table */
|
||||||
LLVMLinkerPrivateLinkage, /**< Like Private, but linker removes. */
|
|
||||||
LLVMDLLImportLinkage, /**< Function to be imported from DLL */
|
LLVMDLLImportLinkage, /**< Function to be imported from DLL */
|
||||||
LLVMDLLExportLinkage, /**< Function to be accessible from DLL */
|
LLVMDLLExportLinkage, /**< Function to be accessible from DLL */
|
||||||
LLVMExternalWeakLinkage,/**< ExternalWeak linkage description */
|
LLVMExternalWeakLinkage,/**< ExternalWeak linkage description */
|
||||||
LLVMGhostLinkage, /**< Stand-in functions for streaming fns from
|
LLVMGhostLinkage, /**< Stand-in functions for streaming fns from
|
||||||
bitcode */
|
bitcode */
|
||||||
LLVMCommonLinkage /**< Tentative definitions */
|
LLVMCommonLinkage, /**< Tentative definitions */
|
||||||
|
LLVMLinkerPrivateLinkage /**< Like Private, but linker removes. */
|
||||||
} LLVMLinkage;
|
} LLVMLinkage;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Reference in New Issue
Block a user