[all-commits] [llvm/llvm-project] fa89f6: [nfc] [lldb] [testsuite] Fix DW_FORM_ref* in DW_AT...
Jan Kratochvil via All-commits
all-commits at lists.llvm.org
Sun Oct 18 07:57:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fa89f641cf9fc5af4e88642cc894f83845b4cabe
https://github.com/llvm/llvm-project/commit/fa89f641cf9fc5af4e88642cc894f83845b4cabe
Author: Jan Kratochvil <jan.kratochvil at redhat.com>
Date: 2020-10-18 (Sun, 18 Oct 2020)
Changed paths:
M lldb/test/Shell/SymbolFile/DWARF/DW_AT_declaration-with-children.s
Log Message:
-----------
[nfc] [lldb] [testsuite] Fix DW_FORM_ref* in DW_AT_declaration-with-children.s .
There were invalid DIE references which nobody used. If LLDB starts to
report invalid DIE references it would lock up (mutex lock).
These invalid DIE references are there since initial check-in by:
https://reviews.llvm.org/D83302
More information about the All-commits
mailing list