[LLDB][test] - Fix test after yaml2obj change.

D95354 started to set the sh_link field for SHT_SYMTAB sections.
Previously it was set for symbol tables basing on their names (e.g. ".symtab").

This test now crashes see:
http://lab.llvm.org:8011/#/builders/68/builds/5911

I updated it to restore the old behavior.
This commit is contained in:
Georgii Rymar 2021-01-26 12:42:24 +03:00
parent 7025fef3f6
commit 2a33b092f5
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Sections:
- Name: .text
Type: SHT_SYMTAB
Flags: [ ]
Link: 0
AddressAlign: 0x0000000000000004
Content: DEADBEEFBAADF00D
...