[PATCH] D83004: [UpdateCCTestChecks] Include generated functions if asked
David Greene via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 6 14:42:48 PDT 2020
greened added a comment.
In D83004#2129362 <https://reviews.llvm.org/D83004#2129362>, @jdoerfert wrote:
> This is great! Just a few days ago I added a TODO in one of the tests I created asking for this: D82722 <https://reviews.llvm.org/D82722> :)
Glad to help!
> Will this work for all test scripts?
Obviously right now it's only enabled for clang but it should be straightforward to add to the other test scripts. Al the infrastructure is there, the various drivers just have to use it.
> Will this make the `prefix_exclusions` logic obsolete?
Yeah, I think it might.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83004/new/
https://reviews.llvm.org/D83004
More information about the cfe-commits
mailing list