[PATCH] D63178: [lld] Fix type server merging with PDBs without IPI stream
Vladimir Panteleev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 17:10:59 PDT 2019
CyberShadow created this revision.
CyberShadow added reviewers: rnk, ruiu.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
PDBs may not necessarily contain an IPI stream. Handle this case
gracefully.
The test case was verified to work with MS link.exe.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63178
Files:
lld/COFF/PDB.cpp
lld/test/COFF/Inputs/no-ipi-stream-obj.obj.yaml
lld/test/COFF/Inputs/no-ipi-stream-pdb.pdb.yaml
lld/test/COFF/no-ipi-stream.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63178.204196.patch
Type: text/x-patch
Size: 4580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190612/2b0921e5/attachment.bin>
More information about the llvm-commits
mailing list