This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch attempt to apply ASYNCHRONOUS attribute to a non-variable
ClosedPublic

Authored by klausler on Mar 21 2023, 3:03 PM.

Details

Summary

Complain about the ASYNCHRONOUS attribute on symbols that aren't
variables.

Diff Detail

Event Timeline

klausler created this revision.Mar 21 2023, 3:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2023, 3:03 PM
klausler requested review of this revision.Mar 21 2023, 3:03 PM
PeteSteinfeld accepted this revision.Mar 21 2023, 5:01 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 21 2023, 5:01 PM