[all-commits] [llvm/llvm-project] 5abfa3: [lldb/DWARF] Fix crash when a dwo compile unit ref...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Mar 16 04:13:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5abfa3226da67cf00cefe6365ec62049a7592e61
https://github.com/llvm/llvm-project/commit/5abfa3226da67cf00cefe6365ec62049a7592e61
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
A lldb/test/Shell/SymbolFile/DWARF/dwo-type-in-main-file.s
Log Message:
-----------
[lldb/DWARF] Fix crash when a dwo compile unit refers to a non-dwo type
In this case dwo_num can be None => stop assuming it can't.
More information about the All-commits
mailing list