This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by PeteSteinfeld on May 5 2022, 2:55 PM.

Details

Summary

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