[PATCH] D31224: [COFF] Put the PDB next to the image if the user doesn't pass /PDB:
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 17:33:16 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: COFF/Driver.cpp:896
+ Config->PDBPath = Config->OutputFile;
+ llvm::sys::path::replace_extension(Config->PDBPath, ".pdb");
+ }
----------------
Remove `llvm::`.
https://reviews.llvm.org/D31224
More information about the llvm-commits
mailing list