[PATCH] D68689: [LLD] [MinGW] Look for other library patterns with -l
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 00:11:31 PDT 2019
ruiu accepted this revision.
ruiu added a comment.
LGTM
Using error instead of fatal is not a high priority matter for the MinGW driver because I believe users are using this driver as a command. But still it is better to use error because it is more like a contract as a library. So, can you make a follow-up change?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68689/new/
https://reviews.llvm.org/D68689
More information about the llvm-commits
mailing list