[PATCH] D92437: [mac/lld] Include archive name in diagnostics
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 16:34:01 PST 2020
thakis added a comment.
Lots of merge conflicts... :)
================
Comment at: lld/MachO/InputFiles.cpp:419
+ [&](Error err) {
+ warn(toString(this) + ": " + toString(std::move(err)));
+ },
----------------
Since the arg here is called `err`, was this supposed to call error() instead of warn()?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92437/new/
https://reviews.llvm.org/D92437
More information about the llvm-commits
mailing list