[llvm] [doc] Add missing info for multiply specifiable objcopy opts (PR #111153)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 01:04:14 PDT 2024
================
@@ -120,7 +120,8 @@ multiple file formats.
.. option:: --remove-symbol-prefix <prefix>
Remove ``<prefix>`` from the start of every symbol name. No-op for symbols that do
- not start with ``<prefix>``.
+ not start with ``<prefix>``. Can be specified multiple times to remove multiple
----------------
jh7370 wrote:
Personally, I don't think we need to identify case 1. Case 1 should be considered the default behaviour in LLVM tool command-line handling so doesn't need calling out.
https://github.com/llvm/llvm-project/pull/111153
More information about the llvm-commits
mailing list