We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a12d0 commit 5461dd3Copy full SHA for 5461dd3
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: e99feabf47351a461518760e6f5f5086e11e7c17
+refs/heads/master: 643a75b86e2d5c26ff061ce61a44c39899893754
trunk/src/comp/lib/llvm.rs
@@ -44,6 +44,9 @@ const uint LLVMColdCallConv = 9u;
44
const uint LLVMX86StdcallCallConv = 64u;
45
const uint LLVMX86FastcallCallConv = 65u;
46
47
+const uint LLVMDefaultVisibility = 0u;
48
+const uint LLVMHiddenVisibility = 1u;
49
+const uint LLVMProtectedVisibility = 2u;
50
51
const uint LLVMExternalLinkage = 0u;
52
const uint LLVMAvailableExternallyLinkage = 1u;
0 commit comments