We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77f1d4 commit 0ec92a4Copy full SHA for 0ec92a4
src/comp/lib/llvm.rs
@@ -43,6 +43,7 @@ const LLVMGhostLinkage: uint = 12u;
43
const LLVMCommonLinkage: uint = 13u;
44
const LLVMLinkerPrivateLinkage: uint = 14u;
45
const LLVMLinkerPrivateWeakLinkage: uint = 15u;
46
+const LLVMLinkerPrivateWeakDefAutoLinkage: uint = 16u;
47
48
const LLVMZExtAttribute: uint = 1u;
49
const LLVMSExtAttribute: uint = 2u;
0 commit comments