diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/dsymutil.rst | 8 | ||||
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/llvm/docs/CommandGuide/dsymutil.rst b/llvm/docs/CommandGuide/dsymutil.rst index 8764e1f..8e61e01 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. diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 6a721eb..70daae4 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -641,7 +641,6 @@ TestRunner.py: %{S:real} %S after expanding all symbolic links and substitute drives %{p:real} %p after expanding all symbolic links and substitute drives %{t:real} %t after expanding all symbolic links and substitute drives - %{T:real} %T after expanding all symbolic links and substitute drives %{/s:real} %/s after expanding all symbolic links and substitute drives %{/S:real} %/S after expanding all symbolic links and substitute drives %{/p:real} %/p after expanding all symbolic links and substitute drives |