Include a hint how to see all errors if error is truncated.
authorRui Ueyama <ruiu@google.com>
Thu, 24 Nov 2016 20:31:43 +0000 (20:31 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 24 Nov 2016 20:31:43 +0000 (20:31 +0000)
commitd4c94d18993ad65b1ced34c0f3853dcd5a147a13
tree69ddf0a1aff34d6f4ddf27cecaa030b147490863
parenta3ac17372bac348e8597498f641121b0fe706bd1
Include a hint how to see all errors if error is truncated.

This patch changes the error message from

  too many errors emitted, stopping now

to

  too many errors emitted, stopping now (use -error-limit=0 to see all errors)

Thanks for Sean for the suggestion!

llvm-svn: 287900
lld/ELF/Error.cpp
lld/test/ELF/error-limit.test