[PATCH] D49537: Fix positional output argument for llvm-strip.

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 10:47:28 PDT 2018


alexshap requested changes to this revision.
alexshap added a comment.
This revision now requires changes to proceed.

@srhines -  i've just checked binutils strip again,  so basically the positional arguments here are not "input" + "output", instead, 
it's a list of "input" files which should be modified in-place. 
For example, `strip a.o b.o c.o` should strip each of them.


Repository:
  rL LLVM

https://reviews.llvm.org/D49537





More information about the llvm-commits mailing list