[qt/clang/llvm-project]: 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-project Pushed by mirror-service into branch 'upstream/users/skatrak/allocate-module-01-todo'. Changed from 0000000000000000000000000000000000000000 to b04f5be2d7087e5538023b1a848ac7483fc2edc4 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 b04f5be2d7087e5538023b1a848ac7483fc2edc4 by Sergio Afonso on 13/08/2026 at 15:46.. [Flang][OpenMP] Prevent allocate directive ICE on module variables The current lowering implementation for `allocate` directives assumes the MLIR function in which it is creating operations will still be there by finalization time, so that it can add a deallocation call. When lowering Fortran modules, this is not the case (lowering happens in a temporary dummy function) and it results in a compiler crash while running cleanup callbacks. This patch adds a TODO for this case. https://invent.kde.org/qt/clang/llvm-project/-/commit/b04f5be2d7087e5538023b1a848ac7483fc2edc4