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

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 18:07:47 PDT 2018


jakehehrlich added inline comments.


================
Comment at: test/tools/llvm-objcopy/strip-and-remove.test:1
+# RUN: yaml2obj %s > %t
+# RUN: llvm-strip -remove-section=.text.bar %t
----------------
Why not just extend the existing --remove-section tests with llvm-strip?


Repository:
  rL LLVM

https://reviews.llvm.org/D46567





More information about the llvm-commits mailing list