This is an archive of the discontinued LLVM Phabricator instance.

[flang] Procedure pointers are not descriptors
ClosedPublic

Authored by klausler on May 5 2023, 12:43 PM.

Details

Summary

Code in Evaluate/type.cpp was maintaining a very old assumption that
procedure pointers would need to be represented as descriptors. This
is not the case -- they are code or thunk addresses.

Diff Detail

Event Timeline

klausler created this revision.May 5 2023, 12:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2023, 12:43 PM
klausler requested review of this revision.May 5 2023, 12:43 PM
This revision is now accepted and ready to land.May 8 2023, 12:01 AM
This revision was automatically updated to reflect the committed changes.