diff options
Diffstat (limited to 'include/llvm-c/Core.h')
-rw-r--r-- | include/llvm-c/Core.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 34a91fa..91b3bdf 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -130,9 +130,7 @@ typedef enum { LLVMExternalWeakLinkage,/**< ExternalWeak linkage description */ LLVMGhostLinkage, /**< Stand-in functions for streaming fns from bitcode */ - LLVMCommonAnyLinkage, /**< Tentative definitions */ - LLVMCommonODRLinkage /**< Same, but only replaced by something - equivalent. */ + LLVMCommonLinkage /**< Tentative definitions */ } LLVMLinkage; typedef enum { |