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

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


jhenderson added a comment.

This is probably a bit nit-picky, but we should probably have a test to show that `-o a.o -o b.o` only results in one output file, namely b.o. Otherwise, looks fine to me.


Repository:
  rL LLVM

https://reviews.llvm.org/D47505





More information about the llvm-commits mailing list