[PATCH] D56722: [lld] [ELF] Support for warn-once option
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 18 01:01:20 PST 2019
grimar added a comment.
In D56722#1361661 <https://reviews.llvm.org/D56722#1361661>, @spetrovic wrote:
> Without warn-once option on this example lld prints 20 error messages (-O2 optimization while making object file), with warn-once option it prints just one error message, so if we have similar code in many places this option might be useful.
May we you just can use `-error-limit=0` (no limit)?
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