[PATCH] D52163: -S as an alias for --strip-all-gnu

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 11:07:10 PDT 2018


jakehehrlich added a comment.

-S should be an alias for --strip-all not --strip-all-gnu. There's seldom if ever going to be someone who rely's on the difference between the two. --strip-all-gnu exists as a way to allow people to hack llvm-objcopy into their system for entirely imagined use cases that we have not thus far actually seen. I'll be updating this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D52163





More information about the llvm-commits mailing list