[all-commits] [llvm/llvm-project] 281539: [test][llvm-cxxfilt] Fix darwin build bot
James Henderson via All-commits
all-commits at lists.llvm.org
Mon Dec 9 06:01:48 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 281539053238ff17054c101efcf969ab1b6f52f3
https://github.com/llvm/llvm-project/commit/281539053238ff17054c101efcf969ab1b6f52f3
Author: James Henderson <jh7370 at my.bristol.ac.uk>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
R llvm/test/tools/llvm-cxxfilt/darwin.test
M llvm/test/tools/llvm-cxxfilt/simple.test
A llvm/test/tools/llvm-cxxfilt/strip-underscore-default-darwin.test
A llvm/test/tools/llvm-cxxfilt/strip-underscore-default.test
A llvm/test/tools/llvm-cxxfilt/strip-underscore.test
R llvm/test/tools/llvm-cxxfilt/underscore.test
Log Message:
-----------
[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.
More information about the All-commits
mailing list