[all-commits] [llvm/llvm-project] 8485ee: [lldb/DWARF] Fix dwo flavour of TestTypeGetModule
Pavel Labath via All-commits
all-commits at lists.llvm.org
Fri Oct 30 07:20:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8485ee781fcfcc2e8335093ece985d8366d3906b
https://github.com/llvm/llvm-project/commit/8485ee781fcfcc2e8335093ece985d8366d3906b
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/test/API/functionalities/type_get_module/TestTypeGetModule.py
Log Message:
-----------
[lldb/DWARF] Fix dwo flavour of TestTypeGetModule
SymbolFileDWARF::GetTypes was not handling dwo correctly. The fix is
simple -- adding a GetNonSkeletonUnit call -- but I've snuck in a small
refactor as well.
More information about the All-commits
mailing list