This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make C_F_POINTER a generic interface
ClosedPublic

Authored by klausler on Aug 25 2022, 10:55 AM.

Details

Summary

The intrinsic procedure C_F_POINTER needs to be a generic interface
in intrinsic module ISO_C_BINDING. (It also needs to be implemented,
but that remains a TODO for either lowering or the runtime.)

Diff Detail

Event Timeline

klausler created this revision.Aug 25 2022, 10:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2022, 10:55 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 25 2022, 10:55 AM
vdonaldson accepted this revision.Aug 25 2022, 1:23 PM
This revision is now accepted and ready to land.Aug 25 2022, 1:23 PM
This revision was automatically updated to reflect the committed changes.