[PATCH] D46567: [llvm-strip] Add support for -remove-section

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 14:19:39 PDT 2018


jakehehrlich accepted this revision.
jakehehrlich added a comment.
This revision is now accepted and ready to land.

LGTM: Please wait on James as I'd like his input on how we should test this sort of stuff going forward as well.



================
Comment at: test/tools/llvm-objcopy/remove-section.test:2
 # RUN: yaml2obj %s > %t
+# RUN: cp %t %t1
 # RUN: llvm-objcopy -R .test2 %t %t2
----------------
nit: I'd prefer not to copy in this case


Repository:
  rL LLVM

https://reviews.llvm.org/D46567





More information about the llvm-commits mailing list