mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 09:46:57 +00:00
Add CommonLinkage.
llvm-svn: 51208
This commit is contained in:
parent
b2411740b7
commit
002f76dcec
@ -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