about summary refs log tree commit diff
path: root/src/comp/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/lib')
-rw-r--r--src/comp/lib/llvm.rs1
1 files changed, 1 insertions, 0 deletions
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;