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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D109814
[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
Diff Detail Event Timelinerovka added a parent revision: D109813: [flang] GET_COMMAND_ARGUMENT(VALUE) runtime implementation.Sep 15 2021, 1:36 AM This revision is now accepted and ready to land.Sep 16 2021, 8:48 AM Closed by commit rG0446f1299f6b: [flang] GET_COMMAND_ARGUMENT(ERRMSG) runtime implementation (authored by rovka). · Explain WhySep 28 2021, 1:38 AM This revision was automatically updated to reflect the committed changes. rovka added a reverting change: rG6359a4cdbfb8: Revert "[flang] GET_COMMAND_ARGUMENT(VALUE) runtime implementation".Sep 28 2021, 5:07 AM
Revision Contents
Diff 375428 flang/include/flang/Runtime/magic-numbers.h
flang/runtime/command.cpp
flang/runtime/stat.h
flang/runtime/stat.cpp
flang/unittests/Runtime/CommandTest.cpp
|