[qt/clang/llvm]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm Pushed by mirror-service into branch 'upstream/users/abhinavgaba/attach-maps-in-mappers-1'. Changed from 636995a0a03689987c87f8aaea8c49c7922717e7 to ece9735c44d13dc1c22f2b2957f1328a1a488351 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit ece9735c44d13dc1c22f2b2957f1328a1a488351 by Abhinav Gaba on 27/07/2026 at 23:44.. [OpenMP][test] Add mapper ALWAYS-propagation tests with no target construct Companions to mapper_map_always_from.c that exercise ALWAYS propagation into a user-defined mapper's entries without entering any target region. The device copy is inspected directly via omp_get_mapped_ptr() and omp_target_memcpy(), so the check covers only the data-motion performed by `target enter data`. The Fortran variant is the first Fortran offload test that runs on the host (x86_64) target: it needs no device kernel, so it does not depend on a device runtime being available. Both tests currently CHECK the pre-propagation behavior (the transfer is suppressed for the already-mapped entry) and record the expected value in a FIXME. https://invent.kde.org/qt/clang/llvm/-/commit/ece9735c44d13dc1c22f2b2957f1328a1a488351