[PATCH] D33302: Don't output a PDB unless /DEBUG is specified

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 16:03:00 PDT 2017


ruiu added a comment.

Is this behavior the same as the MSVC linker? If it doesn't make sense to pass the /pdb option without /debug, we might want to emit an error (or warning) in the driver.


https://reviews.llvm.org/D33302





More information about the llvm-commits mailing list