Skip to content

Commit da233c7

Browse files
committed
Update the llvm-objcopy documentation
1 parent 1a78662 commit da233c7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

llvm/docs/CommandGuide/llvm-objcopy.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,18 @@ them.
346346
symbol, with leading and trailing whitespace ignored, as is anything following
347347
a '#'. Can be specified multiple times to read names from multiple files.
348348

349+
.. option:: --ignore-symbol <symbol>
350+
351+
Do not change parameters of symbol <symbol> when executing other options that
352+
can change the symbol's name, binding or visibility
353+
354+
.. option:: --ignore-symbols <filename>
355+
356+
Reads a list of symbols from <filename> and runs as if --ignore-symbol=<symbol>
357+
is set for each one. <filename> contains one symbol per line and may contain
358+
comments beginning with '#'. Leading and trailing whitespace is stripped from
359+
each line. May be repeated to read symbols from many files.
360+
349361
.. option:: --input-target <format>, -I
350362

351363
Read the input as the specified format. See `SUPPORTED FORMATS`_ for a list of

0 commit comments

Comments
 (0)