Rollup merge of #55728 - tromey:update-lldb, r=alexcrichton
Update lldb This updates lldb to pick up some bug fixes, and makes one minor test suite fix to account for this.
This commit is contained in:
commit
dd9ea2ae64
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@
|
|||
|
||||
// lldb-command:print padded_tuple
|
||||
// lldbg-check:[...]$4 = &[(6, 7), (8, 9)]
|
||||
// lldbr-check:(&[(i32, i16)]) padded_tuple = { data_ptr = *0x555555555030 length = 2 }
|
||||
// lldbr-check:(&[(i32, i16)]) padded_tuple = { data_ptr = *[...] length = 2 }
|
||||
|
||||
// lldb-command:print padded_struct
|
||||
// lldbg-check:[...]$5 = &[AStruct { x: 10, y: 11, z: 12 }, AStruct { x: 13, y: 14, z: 15 }]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 29bf48582812212450f4caf7da1af3f18c52bfef
|
||||
Subproject commit fdea743be550ed8d7b61b2c908944cdd1290a6ad
|
Loading…
Add table
Reference in a new issue