Skip to content

Commit 46e64c2

Browse files
committed
---
yaml --- r: 134271 b: refs/heads/auto c: 98fff20 h: refs/heads/master i: 134269: dfe3148 134267: 5dcde18 134263: 99efbc5 134255: 17cb183 134239: 6ca101e 134207: 0918feb 134143: 804073f v: v3
1 parent 1a25b58 commit 46e64c2

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
@@ -13,7 +13,7 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1313
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1414
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1515
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
16-
refs/heads/auto: 49dd8e8c366f492d3ba3d0d2fd9d943f92073a18
16+
refs/heads/auto: 98fff20a7c95bdbb32652a95fd3211f743218b46
1717
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1818
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1919
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

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