[PATCH] D68319: [llvm-lipo] Relax the check of the specified input file architecture
Puyan Lotfi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 00:07:08 PDT 2019
plotfi accepted this revision.
plotfi added a comment.
This revision is now accepted and ready to land.
Make sure to clang format the new code. I think this looks ok.
================
Comment at: tools/llvm-lipo/llvm-lipo.cpp:448
+ .first;
+ // For compatibility with cctools' lipo
+ // the comparison is relaxed just to checking cpu types.
----------------
Is this comment clang-formated>
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68319/new/
https://reviews.llvm.org/D68319
More information about the llvm-commits
mailing list