[all-commits] [llvm/llvm-project] 2a33b0: [LLDB][test] - Fix test after yaml2obj change.
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Tue Jan 26 01:48:28 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2a33b092f5b175a21680b3980ff2019bc1c65b12
https://github.com/llvm/llvm-project/commit/2a33b092f5b175a21680b3980ff2019bc1c65b12
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M lldb/test/Shell/ObjectFile/ELF/section-types-edgecases.yaml
Log Message:
-----------
[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.
More information about the All-commits
mailing list