aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authoragozillon <Andrew.Gozillon@amd.com>2024-06-14 14:34:59 +0200
committerGitHub <noreply@github.com>2024-06-14 07:34:59 -0500
commite910f61fb1810020ab68fdf6479bde03e702e013 (patch)
tree93748de7d8736182bc0bb8aec3b7e470c162c145 /llvm/lib/CodeGen/MachineModuleInfo.cpp
parent86dc75862398ec48ad411103770613fba9add9f5 (diff)
downloadllvm-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