mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
acf6a4feab
The unobufscation support for BCSymbolMaps was the last piece of code that hasn't been upstreamed yet. This patch contains a reworked version of the existing code and relevant tests. Differential revision: https://reviews.llvm.org/D56346 llvm-svn: 350580
31 lines
723 B
Plaintext
31 lines
723 B
Plaintext
RUN: dsymutil -help 2>&1 | FileCheck --check-prefix=HELP %s
|
|
HELP: OVERVIEW: manipulate archived DWARF debug symbol files.
|
|
HELP: USAGE: dsymutil{{[^ ]*}} [options] <input files>
|
|
HELP-NOT: -reverse-iterate
|
|
HELP: Color Options
|
|
HELP: -color
|
|
HELP: Specific Options:
|
|
HELP: -accelerator
|
|
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: -papertrail
|
|
HELP: -symbol-map
|
|
HELP: -symtab
|
|
HELP: -toolchain
|
|
HELP: -update
|
|
HELP: -verbose
|
|
HELP: -verify
|
|
HELP: -y
|
|
HELP-NOT: -reverse-iterate
|
|
|
|
RUN: dsymutil --version 2>&1 | FileCheck --check-prefix=VERSION %s
|
|
VERSION: {{ version }}
|