[PATCH] D83520: [llvm-libtool-darwin] Allow flattening archives
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 20 10:21:37 PDT 2020
smeenai accepted this revision.
smeenai added a comment.
LGTM
================
Comment at: llvm/test/tools/llvm-libtool-darwin/archive-flattening.test:27
+
+## Check that output archive is in Mach-O format:
+# RUN: llvm-objdump --macho --archive-headers %t.lib | \
----------------
The archive format is more properly referred to as "Darwin" (at least that's the terminology LLVM uses); the object file format is Mach-O.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83520/new/
https://reviews.llvm.org/D83520
More information about the llvm-commits
mailing list