This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add missing CFI case for REAL and COMPLEX
ClosedPublic

Authored by clementval on Feb 8 2022, 1:53 PM.

Details

Summary

ISO_Fortran_binding.h was updated with missing entries for CFI
types for REAL and COMPLEX kinds 2,3,10,16. This patch updates TypeCode.h
to use these new types.

This patch is part of the upstreaming effort from fir-dev branch.

Diff Detail

Event Timeline

clementval created this revision.Feb 8 2022, 1:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2022, 1:53 PM
clementval requested review of this revision.Feb 8 2022, 1:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2022, 1:53 PM
jeanPerier accepted this revision.Feb 9 2022, 12:55 AM
This revision is now accepted and ready to land.Feb 9 2022, 12:55 AM
This revision was automatically updated to reflect the committed changes.