[PATCH] D47505: [llvm-strip] Add -o option

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 08:59:45 PDT 2018


jhenderson added a comment.

I don't have a particular preference, and I don't know of an easy way to test a file doesn't exist in lit. However, one possibility might be to copy %t to some location (say %t-should-remain-the-same) and then do something like `llvm-strip %t-whatever -o %t-should-remain-the-same -o %t-should-be-stripped`, and then do a diff of the one that should not be changed against %t.


Repository:
  rL LLVM

https://reviews.llvm.org/D47505





More information about the llvm-commits mailing list