================
@@ -375,8 +375,14 @@ void cygwin::Linker::ConstructJob(Compilation &C, const
JobAction &JA,
tools::AddRunTimeLibs(ToolChain, D, CmdArgs, Args);
}
- if (!Args.hasArg(options::OPT_nostartfiles))
+ if (!Args.hasArg(options::OPT_nostartfiles)) {
+ if (!Args.hasArg(options::OPT_mdll, options::OPT_shared)) {
+ if (std::string O = ToolChain.GetFilePath("default-manifest.o");
+ O != "default-manifest.o")
----------------
mstorsjo wrote:
Thanks, that'll be appreciated!
https://github.com/llvm/llvm-project/pull/220875
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits