[all-commits] [llvm/llvm-project] 512c03: [DebugInfo] Add a DWARFDataExtractor constructor t...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Feb 9 17:48:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 512c03bac449d8d40c5fc8d0ff1719f887c7fdc3
https://github.com/llvm/llvm-project/commit/512c03bac449d8d40c5fc8d0ff1719f887c7fdc3
Author: Fangrui Song <maskray at google.com>
Date: 2020-02-09 (Sun, 09 Feb 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
M llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h
Log Message:
-----------
[DebugInfo] Add a DWARFDataExtractor constructor that takes ArrayRef<uint8_t>
Similar to D67797 (DataExtractor).
More information about the All-commits
mailing list