This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Resolve symbol in device, host and self clause
ClosedPublic

Authored by clementval on Jun 27 2023, 1:57 PM.

Details

Summary

Some symbols were not resolved in the device, host and self clause
resulting in an Internal: no symbol found error.

This patch adds symbol resolution for these clauses.

Diff Detail

Event Timeline

clementval created this revision.Jun 27 2023, 1:57 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: sunshaoce. · View Herald Transcript
clementval requested review of this revision.Jun 27 2023, 1:57 PM
razvanlupusoru accepted this revision.Jun 27 2023, 5:12 PM

Solution looks great.

This revision is now accepted and ready to land.Jun 27 2023, 5:12 PM