[lld] r255039 - COFF: Create an empty but valid PDF file.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 8 10:51:28 PST 2015


On Tue, Dec 08, 2015 at 06:39:56PM -0000, Rui Ueyama via llvm-commits wrote:
> Author: ruiu
> Date: Tue Dec  8 12:39:55 2015
> New Revision: 255039
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=255039&view=rev
> Log:
> COFF: Create an empty but valid PDF file.
> 
> MSVC linker considers PDB files created with this patch valid.
> So you don't have to remove PDB files created by lld before
> running MSVC linker.
> 
> This patch has no test since llvm-pdbdump dislikes PDB files
> with no metadata streams.

Could you test this with a Windows-only test that runs the MSVC linker after
running LLD on a small input file?

Thanks,
-- 
Peter


More information about the llvm-commits mailing list