This is an archive of the discontinued LLVM Phabricator instance.

COFF: Implement /pdbaltpath flag.
ClosedPublic

Authored by pcc on Apr 17 2018, 4:12 PM.

Details

Summary

I needed to revert r330223 because we were embedding an absolute PDB
path in the .rdata section, which ended up being laid out before the
.idata section and affecting its RVAs. This flag will let us control
the embedded path.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Apr 17 2018, 4:12 PM
ruiu accepted this revision.Apr 17 2018, 4:14 PM

LGTM

lld/COFF/Driver.cpp
1317 ↗(On Diff #142859)

nit: remove llvm::

This revision is now accepted and ready to land.Apr 17 2018, 4:14 PM
This revision was automatically updated to reflect the committed changes.
pcc marked an inline comment as done.