[PATCH] D56722: [lld] [ELF] Support for warn-once option

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 22 00:52:47 PST 2019


grimar added a comment.

In theory, the spamming user with the same errors is not very friendly/useful indeed. Especially when we have 20 errors limit by default. Rui, what do you think if we would always enable `-warn-once` functionality?
(i.e. we would continue ignoring the option, because does not seem we would want to have `-no-warn-once`, but change the behavior to report an error only once for the symbol).


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D56722





More information about the llvm-commits mailing list