[llvm] [llvm-objcopy] Add --skip-symbol and --skip-symbols options (PR #80873)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 01:57:13 PDT 2024
================
@@ -464,6 +464,18 @@ them.
Read a list of symbols from <filename> and change their visibility to the
specified value. Visibility values: default, internal, hidden, protected.
+.. option:: --skip-symbol <symbol>
+
+ Do not change parameters of symbol <symbol> when executing other options that
----------------
jh7370 wrote:
```suggestion
Do not change parameters of symbol ``<symbol>`` when executing other options that
```
https://github.com/llvm/llvm-project/pull/80873
More information about the llvm-commits
mailing list