[PATCH] D92600: [ASTImporter] Add support for importing GenericSelectionExpr AST nodes.
Tom Roeder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 9 13:35:45 PST 2020
tmroeder added a comment.
@aaron.ballman It looks like those template tests fail on x64 windows; this is a problem that came up with D58292 <https://reviews.llvm.org/D58292> as well. It ended up getting rolled back because template-based tests failed on windows, and I had to remove the tests and resubmit.
I'm not sure what the right way is to fix these tests: skip them on Windows? If so, then can you please tell me how to do that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92600/new/
https://reviews.llvm.org/D92600
More information about the cfe-commits
mailing list