Skip to content

Commit aebcc26

Browse files
committed
---
yaml --- r: 136502 b: refs/heads/dist-snap c: 98fff20 h: refs/heads/master v: v3
1 parent a860884 commit aebcc26

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 189b7332968972f34cdbbbd9b62d97ababf53059
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 49dd8e8c366f492d3ba3d0d2fd9d943f92073a18
9+
refs/heads/dist-snap: 98fff20a7c95bdbb32652a95fd3211f743218b46
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/src/librustc/middle/trans/debuginfo.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -738,12 +738,6 @@ pub fn finalize(cx: &CrateContext) {
738738
cx.sess().targ_cfg.os == abi::OsiOS {
739739
"Dwarf Version".with_c_str(
740740
|s| llvm::LLVMRustAddModuleFlag(cx.llmod(), s, 2));
741-
} else if cx.sess().targ_cfg.os == abi::OsLinux {
742-
// FIXME(#13611) this is a kludge fix because the Linux bots have
743-
// gdb 7.4 which doesn't understand dwarf4, we should
744-
// do something more graceful here.
745-
"Dwarf Version".with_c_str(
746-
|s| llvm::LLVMRustAddModuleFlag(cx.llmod(), s, 3));
747741
}
748742

749743
// Prevent bitcode readers from deleting the debug info.

branches/dist-snap/src/libstd/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ pub mod fmt;
263263

264264
// FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable'
265265
// but name resolution doesn't work without it being pub.
266+
#[unstable]
266267
pub mod rt;
267268
mod failure;
268269

branches/dist-snap/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// older versions of GDB too. A more extensive test can be found in
1313
// gdb-pretty-struct-and-enums.rs
1414

15+
// ignore-test FIXME(#16919)
1516
// ignore-tidy-linelength
1617
// ignore-lldb
1718
// ignore-android: FIXME(#10381)

branches/dist-snap/src/test/debuginfo/gdb-pretty-struct-and-enums.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-test FIXME(#16919)
1112
// ignore-tidy-linelength
1213
// ignore-lldb
1314
// ignore-android: FIXME(#10381)

0 commit comments

Comments
 (0)