]> granicus.if.org Git - llvm/commit
Revert "[llvm-cxxfilt] Split and demangle stdin input on certain non-alphanumerics."
authorMatt Davis <Matthew.Davis@sony.com>
Wed, 27 Feb 2019 19:52:02 +0000 (19:52 +0000)
committerMatt Davis <Matthew.Davis@sony.com>
Wed, 27 Feb 2019 19:52:02 +0000 (19:52 +0000)
commitfc9652141e642aefab985d88c6cbd068ef615b28
treeab7c3c50caed50fe2d7d518b5f6a2119fa4ad849
parentf499c3547b55b769b9eba3d271f828ca9c279d50
Revert "[llvm-cxxfilt] Split and demangle stdin input on certain non-alphanumerics."

This reverts commit 5cd5f8f2563395f8767f94604eb4c4bea8dcbea0.
The test passes on linux, but fails on the windows build-bots.

This test failure seems to be a quoting issue between my test and
FileCheck on Windows.  I'm reverting this patch until I can replicate
and fix in my Windows environment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355021 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cxxfilt/delimiters.test [deleted file]
tools/llvm-cxxfilt/llvm-cxxfilt.cpp