1
Fork 0

rustc: Add a missing llvm linkage type

This commit is contained in:
Brian Anderson 2012-01-29 23:27:54 -08:00
parent c77f1d47f8
commit 0ec92a4ca7

View file

@ -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;