smeenai added a comment. > Why not always replace the extension? Windows doesnt require the .exe suffix > IIRC.
CreateProcess documentation says "This parameter must include the file name extension; no default extension is assumed.". That's kinda surprising to me, since LoadLibrary assumes a `.dll` extension. https://reviews.llvm.org/D32109 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits