[llvm] 64c8ebb - [dsymutil] Remove old --minimize option from docs (#164027)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 17 16:13:42 PDT 2025


Author: Keith Smiley
Date: 2025-10-17T16:13:38-07:00
New Revision: 64c8ebb87f8aa33b647c1b445744b5af3049f904

URL: https://github.com/llvm/llvm-project/commit/64c8ebb87f8aa33b647c1b445744b5af3049f904
DIFF: https://github.com/llvm/llvm-project/commit/64c8ebb87f8aa33b647c1b445744b5af3049f904.diff

LOG: [dsymutil] Remove old --minimize option from docs (#164027)

This option was removed in 5d07dc897707f877c45cab6c7e4b65dad7d3ff6d

Added: 
    

Modified: 
    llvm/docs/CommandGuide/dsymutil.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/dsymutil.rst b/llvm/docs/CommandGuide/dsymutil.rst
index 8764e1fbc7a4c..8e61e01d7d9c3 100644
--- a/llvm/docs/CommandGuide/dsymutil.rst
+++ b/llvm/docs/CommandGuide/dsymutil.rst
@@ -75,14 +75,6 @@ OPTIONS
  Make a static variable keep the enclosing function even if it would have been
  omitted otherwise.
 
-.. option:: --minimize, -z
-
- When used when creating a dSYM file, this option will suppress the emission of
- the .debug_inlines, .debug_pubnames, and .debug_pubtypes sections since
- dsymutil currently has better equivalents: .apple_names and .apple_types. When
- used in conjunction with ``--update`` option, this option will cause redundant
- accelerator tables to be removed.
-
 .. option:: --no-object-timestamp
 
  Don't check timestamp for object files.


        


More information about the llvm-commits mailing list