[PATCH] D62072: Worked on bug 40859 to be more consistent with error messages in llvm-objcopy
Alex Brachet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 14:38:15 PDT 2019
abrachet marked 6 inline comments as done.
abrachet added a comment.
Thanks for the comments @jhenderson!
================
Comment at: llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp:254
};
- if (Error E = DWOFile->removeSections(Config.AllowBrokenLinks,
- OnlyKeepDWOPred))
+ if (Error E =
+ DWOFile->removeSections(Config.AllowBrokenLinks, OnlyKeepDWOPred))
----------------
clang-format did this but I think the previous one looks better
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62072/new/
https://reviews.llvm.org/D62072
More information about the llvm-commits
mailing list