Skip to content

Commit 122b621

Browse files
committed
---
yaml --- r: 7910 b: refs/heads/snap-stage3 c: 0ec92a4 h: refs/heads/master v: v3
1 parent 64bcde9 commit 122b621

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: c77f1d47f8e2bf2d6ef671da2f9d31a62e4db201
4+
refs/heads/snap-stage3: 0ec92a4ca716b4e051300a420bdfb8c4af32c06b
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/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)