[PATCH] D31224: [COFF] Put the PDB next to the image if the user doesn't pass /PDB:

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 18:59:27 PDT 2017


rnk added a comment.

This broke a CFI stats test, which I XFAILd in a follow up:
http://lab.llvm.org:8011/builders/sanitizer-windows/builds/8407

This makes LLD produce PDBs when it is just passed /debug and nothing else, and our PDBs are obviously incorrect. Is that OK?


Repository:
  rL LLVM

https://reviews.llvm.org/D31224





More information about the llvm-commits mailing list