1 RUN: dsymutil -help 2>&1 | FileCheck --check-prefix=HELP %s
2 HELP: OVERVIEW: manipulate archived DWARF debug symbol files.
3 HELP: USAGE: {{.*}}dsymutil{{[^ ]*}} [options] <input files>
4 HELP-NOT: -reverse-iterate
5 HELP: Dsymutil Options:
13 HELP: -no-swiftmodule-timestamp
14 HELP: -num-threads <threads>
15 HELP: -oso-prepend-path <path>
25 HELP-NOT: -reverse-iterate
27 RUN: dsymutil --version 2>&1 | FileCheck --check-prefix=VERSION %s
28 VERSION: {{ version }}
30 RUN: not dsymutil 2>&1 | FileCheck --check-prefix=NOINPUT %s
31 NOINPUT: error: no input files specified
33 RUN: dsymutil -bogus -help 2>&1 | FileCheck --check-prefix=BOGUS %s
34 BOGUS: warning: ignoring unknown option: -bogus