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
|
2018-05-24 19:36:57 +08:00
|
|
|
HELP: Color Options
|
|
|
|
HELP: -color
|
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-12-09 07:32:47 +08:00
|
|
|
HELP: -diff
|
2017-09-29 02:10:52 +08:00
|
|
|
HELP: -find
|
2017-10-03 05:21:09 +08:00
|
|
|
HELP: -ignore-case
|
2017-10-26 05:56:41 +08:00
|
|
|
HELP: -lookup
|
2017-09-30 08:22:25 +08:00
|
|
|
HELP: -name
|
2017-10-03 00:02:04 +08:00
|
|
|
HELP: -recurse-depth=<N>
|
2017-10-04 06:08:22 +08:00
|
|
|
HELP: -regex
|
2017-09-20 04:58:57 +08:00
|
|
|
HELP: -show-children
|
2017-10-03 00:02:04 +08:00
|
|
|
HELP: -show-form
|
2017-09-20 04:58:57 +08:00
|
|
|
HELP: -show-parents
|
2017-10-07 04:24:34 +08:00
|
|
|
HELP: -statistics
|
2017-09-20 04:58:57 +08:00
|
|
|
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 }}
|