[PATCH] D41141: [llvm-objcopy] Add -S option to llvm-objcopy and llvm-strip

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 03:36:58 PST 2017


jhenderson added a comment.

Why is -S a hidden option?



================
Comment at: tools/llvm-objcopy/llvm-objcopy.cpp:354
   Config.StripAll = StripAll ||
-                    !(StripAllGNU || StripDebug || StripDWO || StripNonAlloc ||
+                    !(StripAllGNU || Config.StripDebug || StripDWO || StripNonAlloc ||
                       StripSections);
----------------
This line hasn't been clang-formatted.


Repository:
  rL LLVM

https://reviews.llvm.org/D41141





More information about the llvm-commits mailing list