[llvm] [llvm-objcopy] Improve help messages (PR #82830)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 01:26:20 PST 2024


================
@@ -39,13 +42,13 @@ def p : Flag<["-"], "p">,
         HelpText<"Alias for --preserve-dates">;
 
 def strip_all : Flag<["--"], "strip-all">,
-                HelpText<"Remove non-allocated sections outside segments. "
-                         ".gnu.warning* and .ARM.attribute sections are not "
-                         "removed">;
+    HelpText<"For ELF, remove all symbols and non-alloc sections not "
----------------
jh7370 wrote:

```suggestion
    HelpText<"For ELF, remove all symbols and non-alloc sections not within "
```

https://github.com/llvm/llvm-project/pull/82830


More information about the llvm-commits mailing list