diff options
author | erichkeane <ekeane@nvidia.com> | 2025-08-06 12:39:41 -0700 |
---|---|---|
committer | erichkeane <ekeane@nvidia.com> | 2025-08-06 13:14:20 -0700 |
commit | 26dde15ed4f1310fa5df3baf03d802ea1cf009b8 (patch) | |
tree | d07baf227072b8d408ae68058de0c2b3b054d1d8 /llvm/lib/Object | |
parent | c2eddec4ff42eca8a93e3f8a0531dfb6e60a61ca (diff) | |
download | llvm-26dde15ed4f1310fa5df3baf03d802ea1cf009b8.zip llvm-26dde15ed4f1310fa5df3baf03d802ea1cf009b8.tar.gz llvm-26dde15ed4f1310fa5df3baf03d802ea1cf009b8.tar.bz2 |
[OpenACC] Add warning for VLAs in a private/firstprivate clause
private/firstprivate typically do copy operations, however copying a VLA
isn't really possible. This patch introduces a warning to alert the
person that this copy isn't happening correctly.
As a future direction, we MIGHT consider doing additional work to make
sure they are initialized/copied/deleted/etc correctly.
Diffstat (limited to 'llvm/lib/Object')
0 files changed, 0 insertions, 0 deletions