1 RUN: llvm-dwarfdump -h 2>&1 | FileCheck --check-prefix=HELP %s --implicit-check-not=out-file
2 RUN: llvm-dwarfdump --help 2>&1 | FileCheck --check-prefix=HELP %s --implicit-check-not=out-file
3 HELP: USAGE: llvm-dwarfdump{{[^ ]*}} [options] <input object files or .dSYM bundles>
10 HELP: Section-specific Dump Options
11 HELP: -debug-info - Dump the .debug_info section
13 HELP: Specific Options
20 HELP: -parent-recurse-depth=<N>
21 HELP: -recurse-depth=<N>
27 HELP: -summarize-types
30 RUN: llvm-dwarfdump --version 2>&1 | FileCheck --check-prefix=VERSION %s
31 VERSION: {{ version }}
33 RUN: llvm-dwarfdump -diff -verbose 2>&1 | FileCheck --check-prefix=INCOMPATIBLE %s
34 INCOMPATIBLE: error: incompatible arguments: specifying both -diff and -verbose is currently not supported