[PATCH] D113354: Remove unnecessary conditionals around errors.
Roger Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 6 17:04:45 PDT 2021
Roger created this revision.
Roger added a reviewer: jhenderson.
Roger requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The existing code has unnecessary logic to indirectly pass
errors through function calls. This diff gets rid of the fluff.
Test Plan: Existing unit tests
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113354
Files:
llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113354.385301.patch
Type: text/x-patch
Size: 4030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211107/0f152075/attachment.bin>
More information about the llvm-commits
mailing list