[PATCH] D35526: [COFF] Accept discarded relocations in DWARF debug sections
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 17 21:14:18 PDT 2017
smeenai marked an inline comment as done.
smeenai added inline comments.
================
Comment at: COFF/Chunks.h:192-194
+ bool isDWARF() const {
+ return SectionName.startswith(".debug_");
+ }
----------------
ruiu wrote:
> Please run clang-format-diff. I think it will rewrite it in one line.
Whoops, fixed now. Sorry about that.
https://reviews.llvm.org/D35526
More information about the llvm-commits
mailing list