[PATCH] D63024: [LLD] [Driver] Look for -flavor/-m in response files as well

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 10 00:08:42 PDT 2019


ruiu added a comment.

Do you have to support --rsp-quoting for the use case that you want to support? I believe if you are using MinGW, you are always using Unix-style quoting in response files, so if the following two conditions are met, you can conclude that a user is trying to use mingw driver, can't you?

1. Response files are correctly expanded using the Unix-style quoting scheme
2. There's a `-m foo` where foo implies mingw


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63024/new/

https://reviews.llvm.org/D63024





More information about the llvm-commits mailing list