[all-commits] [llvm/llvm-project] 10d54e: [lldb] Attempt to fix dwarf5-debug_line-file-index.s
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Mar 22 07:29:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10d54e2f8de11e65de8a3fe7e4673ede4d2c82c2
https://github.com/llvm/llvm-project/commit/10d54e2f8de11e65de8a3fe7e4673ede4d2c82c2
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s
Log Message:
-----------
[lldb] Attempt to fix dwarf5-debug_line-file-index.s
The file contained bogus input - the DIE list was not properly
terminated. This should not cause a crash, but it seems it was crashing
at least on linux arm and x86 windows.
More information about the All-commits
mailing list