[PATCH] D51033: [DWARF] Move error printing from DWARF classes to Support library. NFC.

Victor Leschuk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 11:47:45 PDT 2018


vleschuk updated this revision to Diff 162010.
vleschuk added a comment.

- Removed all functions from Support library in order not to tempt other Support users
- dumpWarning() now lives in DWARFContext
- Had to get rid of default callbacks in DebugLine and DebugAddr to avoid circular dependency with DWARFContext


https://reviews.llvm.org/D51033

Files:
  include/llvm/DebugInfo/DWARF/DWARFContext.h
  include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  tools/dsymutil/DwarfLinker.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51033.162010.patch
Type: text/x-patch
Size: 6922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180822/384d336c/attachment.bin>


More information about the llvm-commits mailing list