This is an archive of the discontinued LLVM Phabricator instance.

[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
emit the body of the target data directive in no target codegen mode.

Diff Detail

Event Timeline

ABataev created this revision.Jul 9 2020, 5:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2020, 5:57 AM
This revision is now accepted and ready to land.Jul 10 2020, 5:04 PM
This revision was automatically updated to reflect the committed changes.