[PATCH] D48413: [llvm-objcopy] Add initial support for static libraries

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 08:19:11 PDT 2018


alexshap added inline comments.


================
Comment at: test/tools/llvm-objcopy/strip-debug.test:45
+# RUN: cp %t %t3.o
+# RUN: llvm-ar r %t.non-object.a %t1.o %t2.txt %t3.o
+# RUN: llvm-ar t %t.non-object.a | FileCheck %s --check-prefix=NON-OBJECT-ARCHIVE-MEMBERS
----------------
jhenderson wrote:
> Same as above, please delete %t.non-object.a before creating it here. Also, you should probably add the 'c' modifier as you have done with the others.
yeah, i was in a hurry and forgot about deleting the archives.


Repository:
  rL LLVM

https://reviews.llvm.org/D48413





More information about the llvm-commits mailing list