[test][llvm-cxxfilt] Fix darwin build bot
authorJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 9 Dec 2019 13:58:40 +0000 (13:58 +0000)
committerJames Henderson <jh7370@my.bristol.ac.uk>
Mon, 9 Dec 2019 14:01:14 +0000 (14:01 +0000)
commit281539053238ff17054c101efcf969ab1b6f52f3
treef73aee7353240c8b1ed42c4dcc2a7118693bb756
parent771899e94452bbd5696abf8e2da7fee3514bb692
[test][llvm-cxxfilt] Fix darwin build bot

When committing dba420bc05ae, I missed that a darwin-specific change had
been recently introduced into llvm-cxxfilt, which my change ignored and
consequently broke the darwin build bot. This change fixes this issue as
well as improving naming/commenting of things related to this point so
that people are less likely to run into the same issue as I did.
llvm/test/tools/llvm-cxxfilt/darwin.test [deleted file]
llvm/test/tools/llvm-cxxfilt/simple.test
llvm/test/tools/llvm-cxxfilt/strip-underscore-default-darwin.test [new file with mode: 0644]
llvm/test/tools/llvm-cxxfilt/strip-underscore-default.test [new file with mode: 0644]
llvm/test/tools/llvm-cxxfilt/strip-underscore.test [moved from llvm/test/tools/llvm-cxxfilt/underscore.test with 78% similarity]