This is an archive of the discontinued LLVM Phabricator instance.

[flang] GET_COMMAND_ARGUMENT(ERRMSG) runtime implementation
ClosedPublic

Authored by rovka on Sep 15 2021, 1:36 AM.

Details

Summary

Implement the final part of GET_COMMAND_ARGUMENT, i.e. the handling of
ERRMSG. This uses some of the infrastructure in stat.h and gets rid of
the magic numbers that we were using for return codes.

Diff Detail

Event Timeline

rovka created this revision.Sep 15 2021, 1:36 AM
rovka requested review of this revision.Sep 15 2021, 1:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 15 2021, 1:36 AM
klausler accepted this revision.Sep 16 2021, 8:48 AM
This revision is now accepted and ready to land.Sep 16 2021, 8:48 AM
rovka updated this revision to Diff 373522.Sep 20 2021, 2:18 AM

Rebase.

rovka updated this revision to Diff 375428.Sep 27 2021, 3:49 PM

Rebase again.

This revision was automatically updated to reflect the committed changes.