mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-15 19:24:33 +00:00
Add CommonLinkage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51208 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -45,7 +45,8 @@ namespace llvm {
|
|||||||
LTOExternalLinkage, // Externally visible function
|
LTOExternalLinkage, // Externally visible function
|
||||||
LTOLinkOnceLinkage, // Keep one copy of named function when linking (inline)
|
LTOLinkOnceLinkage, // Keep one copy of named function when linking (inline)
|
||||||
LTOWeakLinkage, // Keep one copy of named function when linking (weak)
|
LTOWeakLinkage, // Keep one copy of named function when linking (weak)
|
||||||
LTOInternalLinkage // Rename collisions when linking (static functions)
|
LTOInternalLinkage, // Rename collisions when linking (static functions)
|
||||||
|
LTOCommonLinkage // tentative definitions (usually equivalent to weak)
|
||||||
};
|
};
|
||||||
|
|
||||||
enum LTOVisibilityTypes {
|
enum LTOVisibilityTypes {
|
||||||
|
Reference in New Issue
Block a user