This is an archive of the discontinued LLVM Phabricator instance.

[COFF] Accept discarded relocations in DWARF debug sections
ClosedPublic

Authored by smeenai on Jul 17 2017, 6:39 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai created this revision.Jul 17 2017, 6:39 PM
smeenai updated this revision to Diff 107006.Jul 17 2017, 6:42 PM

Add comment for isDWARF

ruiu edited edge metadata.Jul 17 2017, 6:58 PM

LGTM

COFF/Chunks.h
192–194 ↗(On Diff #107006)

Please run clang-format-diff. I think it will rewrite it in one line.

smeenai updated this revision to Diff 107015.Jul 17 2017, 9:12 PM

Correct formatting

smeenai updated this revision to Diff 107016.Jul 17 2017, 9:13 PM

arc snafu

smeenai marked an inline comment as done.Jul 17 2017, 9:14 PM
smeenai added inline comments.
COFF/Chunks.h
192–194 ↗(On Diff #107006)

Whoops, fixed now. Sorry about that.

This revision was automatically updated to reflect the committed changes.
smeenai marked an inline comment as done.