[all-commits] [llvm/llvm-project] 91f92e: [flang][OpenMP] Fix common block missing symbol cr...
NimishMishra via All-commits
all-commits at lists.llvm.org
Fri Nov 10 00:18:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91f92e6a6bfa4a1d963234ba70adb5a7957aeb1e
https://github.com/llvm/llvm-project/commit/91f92e6a6bfa4a1d963234ba70adb5a7957aeb1e
Author: NimishMishra <42909663+NimishMishra at users.noreply.github.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP.cpp
M flang/test/Lower/OpenMP/FIR/copyin.f90
Log Message:
-----------
[flang][OpenMP] Fix common block missing symbol crash (#67330)
Fixes #65034 by skipping copy of host-association information if the
concerned symbol is missing from the inner construct
More information about the All-commits
mailing list