[Openmp-commits] [PATCH] D102107: [OpenMP] Codegen aggregate for outlined function captures
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 8 17:48:29 PDT 2022
jhuber6 added a comment.
In D102107#3640198 <https://reviews.llvm.org/D102107#3640198>, @dhruvachak wrote:
> Thanks. I followed the above steps and regenerated a couple of the AST tests but they still fail. Perhaps I am missing some options?
>
> I currently have a handful of clang test failures where regen did not work. I am going to update the patch, post the current test results, and we can figure out how to regen the rest before we land this patch.
Sometimes if `update_cc_test_check.py -i ${test}` you either just need to run it twice so the line numbers get updated on the kernel functions, or you can try taking the command line directly from the top of the file and running it again with that instead of `-u`. A few options aren't handled properly via the update with `-u` and need to be run again completely.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102107/new/
https://reviews.llvm.org/D102107
More information about the Openmp-commits
mailing list