This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix calls to interfaces with logical literal arguments
ClosedPublic

Authored by DavidTruby on Aug 15 2023, 7:54 AM.

Diff Detail

Event Timeline

DavidTruby created this revision.Aug 15 2023, 7:54 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 15 2023, 7:54 AM
DavidTruby requested review of this revision.Aug 15 2023, 7:54 AM
klausler accepted this revision.Aug 15 2023, 8:13 AM
This revision is now accepted and ready to land.Aug 15 2023, 8:13 AM
PeteSteinfeld accepted this revision.Aug 15 2023, 8:39 AM

Thanks for the quick fix!

I've verified that this builds and tests correctly for me and that it fixes the problem that @sscalpone complained about.