[PATCH] D82980: [NFC] Run clang-format on llvm-objcopy.
MyDeveloperDay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 1 12:27:07 PDT 2020
MyDeveloperDay added subscribers: Typz, krasimir.
MyDeveloperDay added inline comments.
================
Comment at: llvm/tools/llvm-objcopy/CopyConfig.cpp:490
+ MatchStyle SymbolMatchStyle =
+ InputArgs.hasArg(OBJCOPY_regex) ? MatchStyle::Regex
+ : InputArgs.hasArg(OBJCOPY_wildcard) ? MatchStyle::Wildcard
----------------
MaskRay wrote:
> Pre-merge checks may suggest that this is due to different versions of clang-format.
>
> I wonder whether we want to format the block.
I do believe there were some changes made recently in this area @krasimir, @Typz might like to comment
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82980/new/
https://reviews.llvm.org/D82980
More information about the llvm-commits
mailing list