This is an archive of the discontinued LLVM Phabricator instance.

lld-link: Demangle symbols from archives in diagnostics
ClosedPublic

Authored by thakis on Jul 18 2019, 8:32 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

thakis created this revision.Jul 18 2019, 8:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 18 2019, 8:32 AM
ruiu accepted this revision.Jul 18 2019, 3:51 PM

LGTM

lld/COFF/SymbolTable.h
86 ↗(On Diff #210585)

nit: & -> &

This revision is now accepted and ready to land.Jul 18 2019, 3:51 PM
thakis marked 2 inline comments as done.Jul 19 2019, 6:26 AM
thakis added inline comments.
lld/COFF/SymbolTable.h
86 ↗(On Diff #210585)

Ran git diff master | clang/tools/clang-format/clang-format-diff.py -p1 and fixed most things it printed (mostly this, in .h and .cc), thanks!

This revision was automatically updated to reflect the committed changes.