This is an archive of the discontinued LLVM Phabricator instance.

[lld] COFF: Improve undefined symbol diagnostics.
ClosedPublic

Authored by pcc on Jul 6 2015, 9:03 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 29146.Jul 6 2015, 9:03 PM
pcc retitled this revision from to [lld] COFF: Improve undefined symbol diagnostics..
pcc updated this object.
pcc added a reviewer: ruiu.
pcc added a subscriber: llvm-commits.
ruiu accepted this revision.Jul 7 2015, 10:54 AM
ruiu edited edge metadata.

LGTM with nits.

COFF/SymbolTable.cpp
159 ↗(On Diff #29146)

Inverse this condition and return early.

163 ↗(On Diff #29146)

Use actual type instead of auto.

This revision is now accepted and ready to land.Jul 7 2015, 10:54 AM
This revision was automatically updated to reflect the committed changes.