2017-09-13 06:32:53 +08:00
|
|
|
RUN: llvm-dwarfdump -h 2>&1 | FileCheck --check-prefix=HELP %s
|
|
|
|
RUN: llvm-dwarfdump --help 2>&1 | FileCheck --check-prefix=HELP %s
|
2017-09-13 09:50:27 +08:00
|
|
|
HELP: USAGE: llvm-dwarfdump{{[^ ]*}} [options] <input object files or .dSYM bundles>
|
2017-09-20 04:58:57 +08:00
|
|
|
HELP-NOT: -reverse-iterate
|
2017-09-13 06:32:53 +08:00
|
|
|
HELP: Section-specific Dump Options
|
|
|
|
HELP: -debug-info - Dump the .debug_info section
|
2017-09-20 04:58:57 +08:00
|
|
|
HELP: -eh-frame
|
2017-09-21 07:29:31 +08:00
|
|
|
HELP: Specific Options
|
2017-09-29 02:10:52 +08:00
|
|
|
HELP: -find
|
2017-09-21 01:44:00 +08:00
|
|
|
HELP: -recurse-depth=<N>
|
2017-09-20 04:58:57 +08:00
|
|
|
HELP: -show-children
|
|
|
|
HELP: -show-parents
|
|
|
|
HELP: -summarize-types
|
2017-09-13 06:32:53 +08:00
|
|
|
HELP-NOT: -reverse-iterate
|
|
|
|
|
|
|
|
RUN: llvm-dwarfdump --version 2>&1 | FileCheck --check-prefix=VERSION %s
|
|
|
|
VERSION: {{ version }}
|