Skip to content

Commit c85fbeb

Browse files
---
yaml --- r: 83768 b: refs/heads/try c: 85deeea h: refs/heads/master v: v3
1 parent a743850 commit c85fbeb

File tree

5 files changed

+110
-223
lines changed

5 files changed

+110
-223
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0e4d1fc8cae42e15e00f71d9f439b01bb25a86ae
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5-
refs/heads/try: c9196290af3934481bd413e11057725f248fd104
5+
refs/heads/try: 85deeeab59e7b5845590b40d8a430b51580f1428
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,8 @@ pub mod llvm {
19681968
DerivedFrom: DIType,
19691969
Elements: DIArray,
19701970
RunTimeLang: c_uint,
1971-
VTableHolder: ValueRef)
1971+
VTableHolder: ValueRef,
1972+
UniqueId: *c_char)
19721973
-> DICompositeType;
19731974

19741975
#[fast_ffi]

branches/try/src/librustc/middle/trans/base.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3119,11 +3119,6 @@ pub fn trans_crate(sess: session::Session,
31193119
symbol_hasher,
31203120
link_meta,
31213121
analysis.reachable);
3122-
3123-
if ccx.sess.opts.debuginfo {
3124-
debuginfo::initialize(ccx, &crate);
3125-
}
3126-
31273122
{
31283123
let _icx = push_ctxt("text");
31293124
trans_mod(ccx, &crate.module);

0 commit comments

Comments
 (0)