[all-commits] [llvm/llvm-project] 0e5248: [nfc] [lldb] Move LookupAddress to DWARFCompileUnit
Jan Kratochvil via All-commits
all-commits at lists.llvm.org
Mon Oct 19 03:44:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0e5248be8675db09b48680b9208b70f0e0908895
https://github.com/llvm/llvm-project/commit/0e5248be8675db09b48680b9208b70f0e0908895
Author: Jan Kratochvil <jan.kratochvil at redhat.com>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
[nfc] [lldb] Move LookupAddress to DWARFCompileUnit
LookupAddress makes no sense for DWARFTypeUnit.
Also make GetNonSkeletonUnit to preserve the called type.
Differential Revision: https://reviews.llvm.org/D89646
More information about the All-commits
mailing list