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

Keith Smiley via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 17 16:00:21 PDT 2025


https://github.com/keith created https://github.com/llvm/llvm-project/pull/164027

This option was removed in 5d07dc897707f877c45cab6c7e4b65dad7d3ff6d


>From 3ff309ef16f90bcf0705331853f71bb78a0ae8a0 Mon Sep 17 00:00:00 2001
From: Keith Smiley <keithbsmiley at gmail.com>
Date: Fri, 17 Oct 2025 22:59:34 +0000
Subject: [PATCH] [dsymutil] Remove old --minimize option from docs

This option was removed in 5d07dc897707f877c45cab6c7e4b65dad7d3ff6d
---
 llvm/docs/CommandGuide/dsymutil.rst | 8 --------
 1 file changed, 8 deletions(-)

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