[llvm] [doc] Add missing info for multiply specifiable objcopy opts (PR #111153)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 6 15:21:04 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
----------------
bd1976bris wrote:
We need to distinguish between two behaviors. 1. The option can be specified multiple times, the last one wins. 2. The option can be specified N times to perform N actions simultaneously.
Maybe: "Can be specified multiple times, each instance is processed separately"?
https://github.com/llvm/llvm-project/pull/111153
More information about the llvm-commits
mailing list