This commit attempts to re-land the r324480 which was reverted in r324493 because it broke the Windows bots. For now I disabled the two update tests on Windows until I'm able to debug this. Differential revision: https://reviews.llvm.org/D42880 llvm-svn: 324592
25 lines
633 B
Plaintext
25 lines
633 B
Plaintext
RUN: llvm-dsymutil -help 2>&1 | FileCheck --check-prefix=HELP %s
|
|
HELP: OVERVIEW: manipulate archived DWARF debug symbol files.
|
|
HELP: USAGE: llvm-dsymutil{{[^ ]*}} [options] <input files>
|
|
HELP-NOT: -reverse-iterate
|
|
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: -symtab
|
|
HELP: -update
|
|
HELP: -verbose
|
|
HELP: -verify
|
|
HELP: -y
|
|
HELP-NOT: -reverse-iterate
|
|
|
|
RUN: llvm-dsymutil --version 2>&1 | FileCheck --check-prefix=VERSION %s
|
|
VERSION: {{ version }}
|