llvm-cxxfilt: support reading from stdin
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Nov 2016 20:43:38 +0000 (20:43 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 13 Nov 2016 20:43:38 +0000 (20:43 +0000)
commit7091820a969ed3503806e28dae371d1b11a9da6d
treed2eb44b24396ba0bad95cf3cb2403b8a35aa1aee
parentcfcc42bdc2b880a3036337ac259f329ae56d8c22
llvm-cxxfilt: support reading from stdin

`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
llvm/test/Demangle/lit.local.cfg [deleted file]
llvm/test/tools/llvm-cxxfilt/noargs.test [new file with mode: 0644]
llvm/test/tools/llvm-cxxfilt/simple.test [moved from llvm/test/Demangle/simple.test with 100% similarity]
llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp