[PATCH] D114454: [NFC][AIX]Disable unstable CSA tests failing on AIX
Steven Wan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 30 13:17:10 PST 2021
stevewan added a comment.
Finally had some time to get back to this. Thanks @steakhal for your suggestion, the sample code in `ASTMatchersNodeTest.cpp` was helpful. I was actually looking for a good way of querying the target triple as I do agree that it is an better way of fixing this. Hopefully I understood what you had suggested correctly.
Also by
> setting a bunch of target triples and letting gtest to run each one to see if it still passes on all triples.
Did you mean adding all the triples that we're interested in to `allTestClangConfigs()`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114454/new/
https://reviews.llvm.org/D114454
More information about the cfe-commits
mailing list