From 0ec92a4ca716b4e051300a420bdfb8c4af32c06b Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 29 Jan 2012 23:27:54 -0800 Subject: rustc: Add a missing llvm linkage type --- src/comp/lib/llvm.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/comp/lib') diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs index 8238ffd279f..daa86e5be90 100644 --- a/src/comp/lib/llvm.rs +++ b/src/comp/lib/llvm.rs @@ -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; -- cgit 1.4.1-3-g733a5