`c++filt` when given no arguments runs as a REPL, decoding each line as a decorated name. Unify the test structure to be more uniform, with the tests for llvm-cxxfilt living under test/tools/llvm-cxxfilt. llvm-svn: 286777
5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
RUN: llvm-cxxfilt _Z1fi abc | FileCheck %s
|
|
|
|
CHECK: f(int)
|
|
CHECK-NEXT: abc
|