Skip to content

Commit 5461dd3

Browse files
committed
---
yaml --- r: 1882 b: refs/heads/master c: 643a75b h: refs/heads/master v: v3
1 parent 90a12d0 commit 5461dd3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e99feabf47351a461518760e6f5f5086e11e7c17
2+
refs/heads/master: 643a75b86e2d5c26ff061ce61a44c39899893754

trunk/src/comp/lib/llvm.rs

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ const uint LLVMColdCallConv = 9u;
4444
const uint LLVMX86StdcallCallConv = 64u;
4545
const uint LLVMX86FastcallCallConv = 65u;
4646

47+
const uint LLVMDefaultVisibility = 0u;
48+
const uint LLVMHiddenVisibility = 1u;
49+
const uint LLVMProtectedVisibility = 2u;
4750

4851
const uint LLVMExternalLinkage = 0u;
4952
const uint LLVMAvailableExternallyLinkage = 1u;

0 commit comments

Comments
 (0)