forked from OSchip/llvm-project
29 lines
686 B
Plaintext
29 lines
686 B
Plaintext
RUN: dsymutil -help 2>&1 | FileCheck --check-prefix=HELP %s
|
|
HELP: OVERVIEW: manipulate archived DWARF debug symbol files.
|
|
HELP: USAGE: dsymutil{{[^ ]*}} [options] <input files>
|
|
HELP-NOT: -reverse-iterate
|
|
HELP: Color Options
|
|
HELP: -color
|
|
HELP: Specific Options:
|
|
HELP: -arch=<arch>
|
|
HELP: -dump-debug-map
|
|
HELP: -flat
|
|
HELP: -minimize
|
|
HELP: -no-odr
|
|
HELP: -no-output
|
|
HELP: -no-swiftmodule-timestamp
|
|
HELP: -num-threads=<n>
|
|
HELP: -o=<filename>
|
|
HELP: -oso-prepend-path=<path>
|
|
HELP: -papertrail
|
|
HELP: -symtab
|
|
HELP: -toolchain
|
|
HELP: -update
|
|
HELP: -verbose
|
|
HELP: -verify
|
|
HELP: -y
|
|
HELP-NOT: -reverse-iterate
|
|
|
|
RUN: dsymutil --version 2>&1 | FileCheck --check-prefix=VERSION %s
|
|
VERSION: {{ version }}
|