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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 15:15:02 PDT 2017


ruiu added a comment.

So the priority of inferring output path is the first object file name, a module definition file, or /out option, in increasing order of priority. I wonder if it is easier to parse arguments in this order and set Config->OutputPath uncoditionally.


https://reviews.llvm.org/D31152





More information about the llvm-commits mailing list