Skip to content

Commit 0ec92a4

Browse files
committed
rustc: Add a missing llvm linkage type
1 parent c77f1d4 commit 0ec92a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/comp/lib/llvm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const LLVMGhostLinkage: uint = 12u;
4343
const LLVMCommonLinkage: uint = 13u;
4444
const LLVMLinkerPrivateLinkage: uint = 14u;
4545
const LLVMLinkerPrivateWeakLinkage: uint = 15u;
46+
const LLVMLinkerPrivateWeakDefAutoLinkage: uint = 16u;
4647

4748
const LLVMZExtAttribute: uint = 1u;
4849
const LLVMSExtAttribute: uint = 2u;

0 commit comments

Comments
 (0)