[PATCH] D71271: [Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate DWARF optimizing part. #2.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 14:49:18 PST 2019
aprantl added inline comments.
================
Comment at: llvm/include/llvm/DebugInfo/DWARF/DWARFOptimizer.h:1
+//===- llvm/DebugInfo/DWARF/DWARFOptimizer.h - Dwarf debug info optimizer -===//
+//
----------------
this needs a ` -*- C++ -*-` marker. I'd remove the " Dwarf debug info optimizer " comment, too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71271/new/
https://reviews.llvm.org/D71271
More information about the llvm-commits
mailing list