[all-commits] [llvm/llvm-project] f9b8f4: [lldb][NFC] Move generic DWARFASTParser code out o...
Luís Ferreira via All-commits
all-commits at lists.llvm.org
Thu Jun 2 07:47:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9b8f422e711efbf225e4f0f3002396cfbe48118
https://github.com/llvm/llvm-project/commit/f9b8f422e711efbf225e4f0f3002396cfbe48118
Author: Luís Ferreira <contact at lsferreira.net>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
A lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Log Message:
-----------
[lldb][NFC] Move generic DWARFASTParser code out of Clang-specific code
This patch moves ParseChildArrayInfo out of DWARFASTParserClang in order
to decouple Clang-specific logic from DWARFASTParser.
Reviewed By: clayborg
Differential Revision: https://reviews.llvm.org/D114668
Signed-off-by: Luís Ferreira <contact at lsferreira.net>
More information about the All-commits
mailing list