Files
clang-p2996/clang/lib/CodeGen/CGStmtOpenMP.cpp
Alexey Bataev acc30a169e [OpenMP]Emit captured decls for target data if no devices were specified.
If use_device_ptr/use_device_addr clauses are used on target data
directive and no device was specified during the compilation, only host
part should be emitted. But it still required to emit captured decls for
partially mapped data fields.

Differential Revision: https://reviews.llvm.org/D144993
2023-02-28 12:18:00 -08:00

331 KiB