[PATCH] D83004: [UpdateCCTestChecks] Include generated functions if asked
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 10:19:05 PDT 2020
jdoerfert added a comment.
In D83004#2274573 <https://reviews.llvm.org/D83004#2274573>, @greened wrote:
> In D83004#2168427 <https://reviews.llvm.org/D83004#2168427>, @jdoerfert wrote:
>
>> Due to D82995 <https://reviews.llvm.org/D82995> I realized we should have a test of this in `llvm/test/tools/UpdateTestChecks` as well.
>
> Do you mean a test for recognizing the option in `common.py`? I'm not sure what you're asking for here.
The function is recognized in common.py, right? Can't you run the update_test_check.py it with that option now? If so, we could have a test for it, using, for example, hot-cold splitting or attributor with the `-attributor-allow-deep-wrappers` and a `linkonce_odr` function that is called.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83004/new/
https://reviews.llvm.org/D83004
More information about the llvm-commits
mailing list