[PATCH] D25729: [ELF] Add "warning", "error" and "fatal error" prefixes to linker messages
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 18 11:12:55 PDT 2016
evgeny777 added a comment.
AFAIK gold reports both "fatal error" and error as well. Also "fatal error" is different from "error" in lld, because it causes immediate exit.
But I don't mind having only warning and error for now.
Repository:
rL LLVM
https://reviews.llvm.org/D25729
More information about the llvm-commits
mailing list