This is an archive of the discontinued LLVM Phabricator instance.

[DWARFv5] Emit v5 line-table header
ClosedPublic

Authored by probinson on Dec 1 2017, 11:12 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

probinson created this revision.Dec 1 2017, 11:12 AM
aprantl accepted this revision.Dec 1 2017, 11:36 AM
aprantl added inline comments.
llvm/lib/MC/MCDwarf.cpp
266 ↗(On Diff #125185)

For consistency with the comments below, perhaps turn this into a sentence?
// The DirectoryName.

297 ↗(On Diff #125185)

for (auto Dir : MCDwarfDirs) ?

This revision is now accepted and ready to land.Dec 1 2017, 11:36 AM
aprantl added inline comments.Dec 1 2017, 11:37 AM
llvm/lib/MC/MCDwarf.cpp
265 ↗(On Diff #125185)

also a range-based for loop?

probinson updated this revision to Diff 125240.Dec 1 2017, 4:26 PM

Range-base for loops; tidy up commentary.

probinson marked 3 inline comments as done.EditedDec 1 2017, 4:27 PM

Yeah, I copy-pasted the old code and then hacked on it for the v5 format. I should have looked at it all as new code.

I need to wait for Katya to get back and commit D38002 then I can commit this.
Thanks!

This revision was automatically updated to reflect the committed changes.