PDBs may not necessarily contain an IPI stream. Handle this case
gracefully.
The test case was verified to work with MS link.exe.
Paths
| Differential D63178
[lld] Fix type server merging with PDBs without IPI stream ClosedPublic Authored by CyberShadow on Jun 11 2019, 5:09 PM.
Details Summary PDBs may not necessarily contain an IPI stream. Handle this case The test case was verified to work with MS link.exe.
Diff Detail
Event TimelineComment Actions lgtm I can apply this and do the requested code golf simplification if you like, but I just wanted to confirm that's OK with you. Thanks for the patch!
This revision is now accepted and ready to land.Jun 12 2019, 2:18 PM Closed by commit rL363213: [lld] Fix type server merging with PDBs without IPI stream (authored by rnk). · Explain WhyJun 12 2019, 3:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 204374 lld/trunk/COFF/PDB.cpp
lld/trunk/test/COFF/Inputs/no-ipi-stream-obj.obj.yaml
lld/trunk/test/COFF/Inputs/no-ipi-stream-pdb.pdb.yaml
lld/trunk/test/COFF/no-ipi-stream.test
|