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