Need to privatize addresses of the captured variables when trying to
emit the body of the target data directive in no target codegen mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83478
[OPENMP]Fix compiler crash for target data directive without actual target codegen. ClosedPublic Authored by ABataev on Jul 9 2020, 5:57 AM.
Details Summary Need to privatize addresses of the captured variables when trying to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 10 2020, 5:04 PM Closed by commit rG7075c056e91b: [OPENMP]Fix compiler crash for target data directive without actual target… (authored by ABataev). · Explain WhyJul 13 2020, 7:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 277438 clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/target_data_codegen.cpp
|