microsoft / microsoft-pdb

Information from Microsoft about the PDB format. We'll try to keep this up to date. Just trying to help the CLANG/LLVM community get onto Windows.
Other
1.85k stars 271 forks source link

Merging multiple PDB and IDB files #26

Open ludekvodicka opened 7 years ago

ludekvodicka commented 7 years ago

Hi, Is it possible to use this library to merge several PDB and IDB files (created by distributed build) to single file accepted by MSBuild linker?

If so, can anyone please direct me to any example or class/functions which should I use for it?

Thanks