This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add TODO instead of crashing on assert
ClosedPublic

Authored by clementval on Feb 16 2023, 2:09 AM.

Details

Summary

Current code are crashing on the assert assert(seqTy && "must be an array");.

Add a TODO instead until the support is in.

Diff Detail

Event Timeline

clementval created this revision.Feb 16 2023, 2:09 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 16 2023, 2:09 AM
clementval requested review of this revision.Feb 16 2023, 2:09 AM
This revision is now accepted and ready to land.Feb 16 2023, 2:51 AM
This revision was automatically updated to reflect the committed changes.