]> granicus.if.org Git - llvm/commit
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)
commita5627e5c59e8c60905dc1cf138ad86e311723417
tree955b8b8719cc1f249c464b81188dd46749dfad8d
parent38feb36e4af139f1f231ff0f5da3a38953d9f167
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286777 91177308-0d34-0410-b5e6-96231b3b80d8
test/Demangle/lit.local.cfg [deleted file]
test/tools/llvm-cxxfilt/noargs.test [new file with mode: 0644]
test/tools/llvm-cxxfilt/simple.test [moved from test/Demangle/simple.test with 100% similarity]
tools/llvm-cxxfilt/llvm-cxxfilt.cpp