This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix bug detecting intrinsic function
ClosedPublic

Authored by tskeith on Aug 3 2020, 7:44 AM.

Details

Summary

Don't set the INTRINSIC attribute on a dummy procedure.

Diff Detail

Event Timeline

tskeith created this revision.Aug 3 2020, 7:44 AM
Herald added a project: Restricted Project. · View Herald Transcript
tskeith requested review of this revision.Aug 3 2020, 7:44 AM
PeteSteinfeld accepted this revision.Aug 3 2020, 8:49 AM

The changes look good to me. Note that I haven't actually built and tested this since my builds are broken.

This revision is now accepted and ready to land.Aug 3 2020, 8:49 AM
sscalpone accepted this revision.Aug 3 2020, 12:17 PM
sscalpone added a subscriber: sscalpone.

Fix fm324 and fm333. Thanks

This revision was automatically updated to reflect the committed changes.