[PATCH] D70287: [LLD][COMMON] Fix Incorrect Stream in LLD ErrorHandler
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 18:44:26 PST 2019
ruiu added a comment.
I think this is intended because what message() prints out is not an error message (if it were, you should have used error()) instead.
If you had a specific reason to make this change, could you share it? We may be able to help you fix your problem.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70287/new/
https://reviews.llvm.org/D70287
More information about the llvm-commits
mailing list