This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP]Fix PR49366: crash on VLAs in task untied regions.
ClosedPublic

Authored by ABataev on Mar 26 2021, 12:51 PM.

Details

Summary

We need to capture the local variables into a record in task untied
regions but clang does not support record with VLA data members.

Diff Detail

Event Timeline

ABataev created this revision.Mar 26 2021, 12:51 PM
ABataev requested review of this revision.Mar 26 2021, 12:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2021, 12:51 PM
Herald added a subscriber: sstefan1. · View Herald Transcript

Better to fix this before the next release.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 21 2022, 12:30 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.