aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorJake Ehrlich <jakehehrlich@google.com>2017-11-27 18:56:01 +0000
committerJake Ehrlich <jakehehrlich@google.com>2017-11-27 18:56:01 +0000
commit6ad72d05f5ebaada700487d3d0fe1d107b32468a (patch)
tree53ba408ecc84581a656a305742eebfdf9b1bb44e /llvm/lib/Transforms/Utils/InlineFunction.cpp
parent96c6985b5327845be772c2bc13567c2967969cc7 (diff)
downloadllvm-6ad72d05f5ebaada700487d3d0fe1d107b32468a.zip
llvm-6ad72d05f5ebaada700487d3d0fe1d107b32468a.tar.gz
llvm-6ad72d05f5ebaada700487d3d0fe1d107b32468a.tar.bz2
[llvm-objcopy] Add --strip-all-gnu and change --strip-all
GNU's --strip-all doesn't strip as aggressively as it could in general. Currently llvm-objcopy copies the exact behavoir of GNU's --strip-all. eu-strip is used as a drop in replacement for GNU strip/objcopy in many many places without issue. eu-strip removes non-allocated sections and keeps .gnu.warning* sections. Because --strip-all will likely be the most widely used stripping option we should make --strip-all as aggressive as it can safely be. Since we have evidence from eu-strip that this is a safe option we should allow it. For those that might still have an issue afterwards I've added --strip-all-gnu as an exact drop in replacement for GNU's --strip-all as well. llvm-svn: 319071
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions