[PATCH] D62753: [llvm-lipo] Implement -archs
Michael Trent via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 11:46:39 PDT 2019
mtrent accepted this revision.
mtrent added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/llvm-lipo/llvm-lipo.cpp:207
+static void printArchOrUnknown(const MachOObjectFile *ObjectFile) {
+ // Prints trailing space and unknown in this format for compatibility with
+ // cctools lipo.
----------------
Ugh. I made a note to fix this trailing space in a future release. Sorry for the trouble, past and future.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62753/new/
https://reviews.llvm.org/D62753
More information about the llvm-commits
mailing list