Skip to content

Commit 7a17224

Browse files
bnoordhuisalexcrichton
authored andcommitted
---
yaml --- r: 150065 b: refs/heads/try2 c: c800c98 h: refs/heads/master i: 150063: 40e8fca v: v3
1 parent cfdd028 commit 7a17224

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 3301223c99574d53bbdcd06ac85b3cec255128e0
8+
refs/heads/try2: c800c985740a0fcc2e978b346d3f3b9390850b7b
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/src/librustc/lib/llvm.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ pub enum Linkage {
5959
ExternalWeakLinkage = 12,
6060
GhostLinkage = 13,
6161
CommonLinkage = 14,
62-
LinkerPrivateLinkage = 15,
63-
LinkerPrivateWeakLinkage = 16,
6462
}
6563

6664
#[deriving(Clone)]

branches/try2/src/librustc/middle/trans/foreign.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ pub fn llvm_linkage_by_name(name: &str) -> Option<Linkage> {
121121
"extern_weak" => Some(lib::llvm::ExternalWeakLinkage),
122122
"external" => Some(lib::llvm::ExternalLinkage),
123123
"internal" => Some(lib::llvm::InternalLinkage),
124-
"linker_private" => Some(lib::llvm::LinkerPrivateLinkage),
125-
"linker_private_weak" => Some(lib::llvm::LinkerPrivateWeakLinkage),
126124
"linkonce" => Some(lib::llvm::LinkOnceAnyLinkage),
127125
"linkonce_odr" => Some(lib::llvm::LinkOnceODRLinkage),
128126
"private" => Some(lib::llvm::PrivateLinkage),

0 commit comments

Comments
 (0)