[llvm] [llvm-objcopy] Add --skip-symbol and --skip-symbols options (PR #80873)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 02:17:13 PDT 2024


================
@@ -464,6 +464,19 @@ 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 the parameters of symbol ``<symbol>`` when executing other
----------------
jh7370 wrote:

I don't think it needs to: it explicitly states the things that it impacts (name/binding/visibility). It's probably harmless to add it though.

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


More information about the llvm-commits mailing list