
Similar to D104889. The tool is very simple and its long options are uncommon, so just drop the one-dash form in this patch. Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D105605
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
RUN: llvm-cxxfilt -h | FileCheck %s
|
|
RUN: llvm-cxxfilt --help | FileCheck %s
|
|
|
|
CHECK: OVERVIEW: LLVM symbol undecoration tool
|
|
CHECK: USAGE: {{.*}}llvm-cxxfilt{{(.exe)?}} [options] <mangled>{{$}}
|
|
CHECK: OPTIONS:
|
|
CHECK: @FILE
|