Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporarily Revert "[Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate ↵ | Eric Christopher | 2019-12-19 | 1 | -144/+0 |
| | | | | | | | | | | | DWARF optimizing part 2." as it causes a layering violation/dependency cycle: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp -> llvm/DebugInfo/DWARF/DWARFExpression.h llvm/include/llvm/DebugInfo/DWARF/DWARFOptimizer.h -> llvm/CodeGen/NonRelocatableStringpool.h This reverts commit abc7f6800df8a1f40e1e2c9ccce826abb0208284. | ||||
* | [Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate DWARF optimizing ↵ | Alexey Lapshin | 2019-12-19 | 1 | -0/+144 |
part 2. That patch is extracted from the D70709. It moves CompileUnit, DeclContext into llvm/DebugInfo/DWARF. It also adds new file DWARFOptimizer with AddressesMap class. AddressesMap generalizes functionality from RelocationManager. Differential Revision: https://reviews.llvm.org/D71271 |