This is an archive of the discontinued LLVM Phabricator instance.

[lld] Write the PDB absolute path to the debug directory header
ClosedPublic

Authored by zturner on Aug 4 2017, 11:49 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner created this revision.Aug 4 2017, 11:49 AM
rnk accepted this revision.Aug 4 2017, 11:54 AM

lgtm

lld/COFF/Writer.cpp
81 ↗(On Diff #109793)

Can we group this at the end with the other fields? That's more consistent with the rest of LLD, access labels be damned.

83 ↗(On Diff #109793)

How about moving the public: label up here, since these are method overrides, so they are actually public.

This revision is now accepted and ready to land.Aug 4 2017, 11:54 AM
This revision was automatically updated to reflect the committed changes.