rustc: Add a missing llvm linkage type
This commit is contained in:
parent
c77f1d47f8
commit
0ec92a4ca7
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ const LLVMGhostLinkage: uint = 12u;
|
|||
const LLVMCommonLinkage: uint = 13u;
|
||||
const LLVMLinkerPrivateLinkage: uint = 14u;
|
||||
const LLVMLinkerPrivateWeakLinkage: uint = 15u;
|
||||
const LLVMLinkerPrivateWeakDefAutoLinkage: uint = 16u;
|
||||
|
||||
const LLVMZExtAttribute: uint = 1u;
|
||||
const LLVMSExtAttribute: uint = 2u;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue