[all-commits] [llvm/llvm-project] 3da4f9: [lldb][NFC] Move non-clang specific method to the ...
Luís Ferreira via All-commits
all-commits at lists.llvm.org
Thu Jun 2 09:43:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3da4f9c57b15b3d76b8acbaa8c2b420ad525fa25
https://github.com/llvm/llvm-project/commit/3da4f9c57b15b3d76b8acbaa8c2b420ad525fa25
Author: Luís Ferreira <contact at lsferreira.net>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Log Message:
-----------
[lldb][NFC] Move non-clang specific method to the generic DWARF Parser
This patch renames DW_ACCESS_to_AccessType function and move it to the abstract
DWARFASTParser, since there is no clang-specific code there. This is useful for
plugins other than Clang.
Reviewed By: shafik, bulbazord
Differential Revision: https://reviews.llvm.org/D114719
More information about the All-commits
mailing list