This is an archive of the discontinued LLVM Phabricator instance.

lld-link: Spelling fixes in comments and minor style tweaks
ClosedPublic

Authored by thakis on Jan 14 2019, 10:50 AM.

Details

Summary

Changes a few things I noticed while reading this code.

  • fix a few typos in comments
  • remove two auto uses where the type wasn't clear to me
  • add comment saying that two sequential checks for if (SparseChunks[SectionNumber] == PendingComdat) are intentional
  • name two parameters

No behavior change.

Diff Detail

Repository
rL LLVM

Event Timeline

thakis created this revision.Jan 14 2019, 10:50 AM
ruiu accepted this revision.Jan 14 2019, 11:05 AM

LGTM

This revision is now accepted and ready to land.Jan 14 2019, 11:05 AM
This revision was automatically updated to reflect the committed changes.