This is an archive of the discontinued LLVM Phabricator instance.

[flang] Change "bad kind" messages in the runtime to "not yet implemented"
ClosedPublic

Authored by PeteSteinfeld on May 9 2022, 2:13 PM.

Details

Summary

Similar to change D125046.

If a programmer is able to compile and link a program that contains types that
are not yet supported by the runtime, it must be because they're not yet
implemented.

This change will make it easier to find unimplemented code in tests.

Diff Detail

Event Timeline

PeteSteinfeld created this revision.May 9 2022, 2:13 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 9 2022, 2:13 PM
PeteSteinfeld requested review of this revision.May 9 2022, 2:13 PM
This revision is now accepted and ready to land.May 10 2022, 6:11 AM