diff options
author | agozillon <Andrew.Gozillon@amd.com> | 2024-06-14 14:34:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 07:34:59 -0500 |
commit | e910f61fb1810020ab68fdf6479bde03e702e013 (patch) | |
tree | 93748de7d8736182bc0bb8aec3b7e470c162c145 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 86dc75862398ec48ad411103770613fba9add9f5 (diff) | |
download | llvm-e910f61fb1810020ab68fdf6479bde03e702e013.zip llvm-e910f61fb1810020ab68fdf6479bde03e702e013.tar.gz llvm-e910f61fb1810020ab68fdf6479bde03e702e013.tar.bz2 |
[Flang][OpenMP] Fix type in getBaseObject causing crashes in certain scenarios (#95472)
This typo would unfortunately cause code like the following to ICE,
where common block symbols/names are used in a map clause:
subroutine sb()
implicit none
integer:: b, c
common /var/ b, c
!$omp target map(tofrom: /var/)
b = 1
c = 2
!$omp end target
end subroutine
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions