mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +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:
parent
6796629611
commit
c9b0aa788f
@ -45,7 +45,8 @@ namespace llvm {
|
||||
LTOExternalLinkage, // Externally visible function
|
||||
LTOLinkOnceLinkage, // Keep one copy of named function when linking (inline)
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user