summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-11-06 16:52:05 +0000
committerAdrian Prantl <aprantl@apple.com>2017-11-06 16:52:05 +0000
commit94bed7d968791da7617005c356fa939edefe9a1c (patch)
treed26adbcf2f00aeec0a4b95b654faa6db9c84ffbe /docs
parent00e900afdbd5dc97330de6bc0b8b09db1dcac9f7 (diff)
Canonicalize spelling of long-form-options in dsymutil.rst
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317490 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/dsymutil.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/CommandGuide/dsymutil.rst b/docs/CommandGuide/dsymutil.rst
index 3cbbcb07894..a29bc3c295c 100644
--- a/docs/CommandGuide/dsymutil.rst
+++ b/docs/CommandGuide/dsymutil.rst
@@ -16,7 +16,7 @@ its symbol table. By default, the linked debug information is placed in a
OPTIONS
-------
-.. option:: -arch=<arch>
+.. option:: --arch=<arch>
Link DWARF debug information only for specified CPU architecture types.
Architectures may be specified by name. When using this option, an error will
@@ -25,29 +25,29 @@ OPTIONS
architectures will be linked by default and any architectures that can't be
properly linked will cause :program:`dsymutil` to return an error.
-.. option:: -dump-debug-map
+.. option:: --dump-debug-map
- Dump the executable debug-map (the list of the object files containing the
+ Dump the *executable*'s debug-map (the list of the object files containing the
debug information) in YAML format and exit. Not DWARF link will take place.
-.. option:: -f, -flat
+.. option:: -f, --flat
Produce a flat dSYM file. A ``.dwarf`` extension will be appended to the
executable name unless the output file is specified using the -o option.
-.. option:: -no-odr
+.. option:: --no-odr
Do not use ODR (One Definition Rule) for uniquing C++ types.
-.. option:: -no-output
+.. option:: --no-output
Do the link in memory, but do not emit the result file.
-.. option:: -no-swiftmodule-timestamp
+.. option:: --no-swiftmodule-timestamp
Don't check the timestamp for swiftmodule files.
-.. option:: -j <n>, -num-threads=<n>
+.. option:: -j <n>, --num-threads=<n>
Specifies the maximum number (``n``) of simultaneous threads to use when
linking multiple architectures.
@@ -57,15 +57,15 @@ OPTIONS
Specifies an alternate ``path`` to place the dSYM bundle. The default dSYM
bundle path is created by appending ``.dSYM`` to the executable name.
-.. option:: -oso-prepend-path=<path>
+.. option:: --oso-prepend-path=<path>
Specifies a ``path`` to prepend to all debug symbol object file paths.
-.. option:: -s, -symtab
+.. option:: -s, --symtab
- Dumps the symbol table found in executable or object file(s) and exits.
+ Dumps the symbol table found in *executable* or object file(s) and exits.
-.. option:: -v, -verbose
+.. option:: -v, --verbose
Display verbose information when linking.