Skip to content

Commit 2869fda

Browse files
committed
Update lldb
This updates lldb to pick up some bug fixes, and makes one minor test suite fix to account for this.
1 parent f90aab7 commit 2869fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/debuginfo/vec-slices.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
// lldb-command:print padded_tuple
101101
// lldbg-check:[...]$4 = &[(6, 7), (8, 9)]
102-
// lldbr-check:(&[(i32, i16)]) padded_tuple = { data_ptr = *0x555555555030 length = 2 }
102+
// lldbr-check:(&[(i32, i16)]) padded_tuple = { data_ptr = *[...] length = 2 }
103103

104104
// lldb-command:print padded_struct
105105
// lldbg-check:[...]$5 = &[AStruct { x: 10, y: 11, z: 12 }, AStruct { x: 13, y: 14, z: 15 }]

src/tools/lldb

Submodule lldb updated from 29bf485 to fdea743

0 commit comments

Comments
 (0)