[PATCH] D43834: Fix use after free in PDB linker.

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 16:20:36 PST 2018


smeenai added a comment.

To clarify, this is only an issue when using type server PDBs, right? In other words, if we're purely cross-compiling using clang and lld-link, we wouldn't run into this, since clang-cl doesn't use type server PDBs (in other words, it does `/Z7` instead of `/Zi`)?


https://reviews.llvm.org/D43834





More information about the llvm-commits mailing list