[PATCH] D31152: [COFF] Don't let /def override /out filename

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 15:19:47 PDT 2017


rnk added a comment.

I think it would be better if Config->OutputFile is always either empty or the true final output name. Otherwise we might query it somewhere in the middle of options processing and get an incorrect value.


https://reviews.llvm.org/D31152





More information about the llvm-commits mailing list