File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
branches/snap-stage3/src/comp/lib Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: c77f1d47f8e2bf2d6ef671da2f9d31a62e4db201
4
+ refs/heads/snap-stage3: 0ec92a4ca716b4e051300a420bdfb8c4af32c06b
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ const LLVMGhostLinkage: uint = 12u;
43
43
const LLVMCommonLinkage : uint = 13 u;
44
44
const LLVMLinkerPrivateLinkage : uint = 14 u;
45
45
const LLVMLinkerPrivateWeakLinkage : uint = 15 u;
46
+ const LLVMLinkerPrivateWeakDefAutoLinkage : uint = 16 u;
46
47
47
48
const LLVMZExtAttribute : uint = 1 u;
48
49
const LLVMSExtAttribute : uint = 2 u;
You can’t perform that action at this time.
0 commit comments