[PATCH] D80846: [llvm-ar] Update error messages and tests as per latest preferred style
Sameer Arora via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 1 07:28:18 PDT 2020
sameerarora101 added a comment.
@jhenderson There were two types of error messages being thrown before: `error loading ...` and `unable to load ... ` So the idea is to make the error messages consistent (instead of having 2 different formats). Furthermore, since `unable to load ... ` was updated more recently and is the preferred style going forward (as per @smeenai ), we should change the former to match the new message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80846/new/
https://reviews.llvm.org/D80846
More information about the llvm-commits
mailing list