[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 02:40:43 PDT 2019
ruiu added a comment.
I'm not particularly worried about the performance impact of doubly-expanding response files. If it is proved to be too slow, we need to do something, but until then I wouldn't optimize it.
But at least we can expand response files only for GNU flavor. For COFF and WASM linkers, we don't have to expand them at this stage.
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