Skip to content

Commit 8807321

Browse files
committed
---
yaml --- r: 13896 b: refs/heads/try c: 0ec92a4 h: refs/heads/master v: v3
1 parent ef743f8 commit 8807321

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: c77f1d47f8e2bf2d6ef671da2f9d31a62e4db201
5+
refs/heads/try: 0ec92a4ca716b4e051300a420bdfb8c4af32c06b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)