Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions llvm/docs/CommandGuide/llvm-strip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@ them.
segments. Note that many tools will not be able to use an object without
section headers.

MACH-O-SPECIFIC OPTIONS
-----------------------

The following options are implemented only for Mach-O objects. If used with other
objects, :program:`llvm-strip` will either emit an error or silently ignore
them.

.. option:: -T

Remove Swift symbols.
Expand Down
Loading