[PATCH] D35526: [COFF] Accept discarded relocations in DWARF debug sections

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 18:58:29 PDT 2017


ruiu added a comment.

LGTM



================
Comment at: COFF/Chunks.h:192-194
+  bool isDWARF() const {
+    return SectionName.startswith(".debug_");
+  }
----------------
Please run clang-format-diff. I think it will rewrite it in one line.


https://reviews.llvm.org/D35526





More information about the llvm-commits mailing list