[llvm] [llvm-objcopy] Add --skip-symbol and --skip-symbols options (PR #80873)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 10:56:42 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
----------------
MaskRay wrote:
Should this mention that this does not prevent removing symbols?
https://github.com/llvm/llvm-project/pull/80873
More information about the llvm-commits
mailing list