[PATCH] D45747: COFF: Implement /pdbaltpath flag.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 17 16:12:15 PDT 2018
pcc created this revision.
pcc added reviewers: ruiu, zturner.
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.
https://reviews.llvm.org/D45747
Files:
lld/COFF/Config.h
lld/COFF/Driver.cpp
lld/COFF/Writer.cpp
lld/test/COFF/rsds.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45747.142859.patch
Type: text/x-patch
Size: 4583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180417/345fdf77/attachment.bin>
More information about the llvm-commits
mailing list