[PATCH] D48413: [llvm-objcopy] Add initial support for static libraries
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 28 16:31:54 PDT 2018
alexshap added inline comments.
================
Comment at: test/tools/llvm-objcopy/basic-archive-copy.test:9
+# RUN: llvm-ar p %t2.a > %t3
+# RUN: cmp %t2 %t3
+
----------------
jakehehrlich wrote:
> For a multi object target it would be cool to build the archive two ways. 1) un-objcopied bins -> archive -> copied archive and 2) objcopy the binaries -> archive and then check that those files are the same.
the archive files won't be the same since they internally contain the names of the files.
Repository:
rL LLVM
https://reviews.llvm.org/D48413
More information about the llvm-commits
mailing list