2018-03-18 19:38:41 +08:00
|
|
|
RUN: dsymutil -help 2>&1 | FileCheck --check-prefix=HELP %s
|
2017-10-31 21:54:15 +08:00
|
|
|
HELP: OVERVIEW: manipulate archived DWARF debug symbol files.
|
2018-03-18 19:38:41 +08:00
|
|
|
HELP: USAGE: dsymutil{{[^ ]*}} [options] <input files>
|
2017-10-31 21:54:15 +08:00
|
|
|
HELP-NOT: -reverse-iterate
|
2018-05-24 19:36:57 +08:00
|
|
|
HELP: Color Options
|
|
|
|
HELP: -color
|
2017-10-31 21:54:15 +08:00
|
|
|
HELP: Specific Options:
|
2018-07-26 07:01:38 +08:00
|
|
|
HELP: -accelerator
|
2017-11-03 02:44:54 +08:00
|
|
|
HELP: -arch=<arch>
|
2017-10-31 21:54:15 +08:00
|
|
|
HELP: -dump-debug-map
|
|
|
|
HELP: -flat
|
2018-01-31 03:54:16 +08:00
|
|
|
HELP: -minimize
|
2017-10-31 21:54:15 +08:00
|
|
|
HELP: -no-odr
|
|
|
|
HELP: -no-output
|
|
|
|
HELP: -no-swiftmodule-timestamp
|
2017-11-02 01:15:29 +08:00
|
|
|
HELP: -num-threads=<n>
|
2017-10-31 21:54:15 +08:00
|
|
|
HELP: -o=<filename>
|
|
|
|
HELP: -oso-prepend-path=<path>
|
2018-04-02 18:40:43 +08:00
|
|
|
HELP: -papertrail
|
2017-10-31 21:54:15 +08:00
|
|
|
HELP: -symtab
|
2018-03-08 18:39:12 +08:00
|
|
|
HELP: -toolchain
|
2018-02-08 18:48:54 +08:00
|
|
|
HELP: -update
|
2017-10-31 21:54:15 +08:00
|
|
|
HELP: -verbose
|
2017-12-07 19:17:19 +08:00
|
|
|
HELP: -verify
|
2017-10-31 21:54:15 +08:00
|
|
|
HELP: -y
|
|
|
|
HELP-NOT: -reverse-iterate
|
|
|
|
|
2018-03-18 19:38:41 +08:00
|
|
|
RUN: dsymutil --version 2>&1 | FileCheck --check-prefix=VERSION %s
|
2017-10-31 21:54:15 +08:00
|
|
|
VERSION: {{ version }}
|