[all-commits] [llvm/llvm-project] ba1de5: [OPENMP]Do not crash for globals in inner regions ...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Aug 27 14:08:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ba1de5f2f7b078f69d5f6b0fe3af4911f76bb8fd
https://github.com/llvm/llvm-project/commit/ba1de5f2f7b078f69d5f6b0fe3af4911f76bb8fd
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/target_codegen.cpp
Log Message:
-----------
[OPENMP]Do not crash for globals in inner regions with outer target
region.
If the global variable is used in the target region,it is always
captured, if not marked as declare target.
More information about the All-commits
mailing list