This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Fix crash with array section in acc declare in function
ClosedPublic

Authored by clementval on Aug 25 2023, 12:57 PM.

Details

Summary

getSymbolFromAccObject was hitting the fatal error when
trying to retrieve the symbol on array section

Diff Detail

Event Timeline

clementval created this revision.Aug 25 2023, 12:57 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 25 2023, 12:57 PM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Aug 25 2023, 12:57 PM
razvanlupusoru accepted this revision.Aug 28 2023, 8:51 AM

Looks OK! Thank you!

This revision is now accepted and ready to land.Aug 28 2023, 8:51 AM