[PATCH] D109814: [flang] GET_COMMAND_ARGUMENT(ERRMSG) runtime implementation

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 15 01:36:46 PDT 2021


rovka created this revision.
rovka added reviewers: klausler, jeanPerier.
rovka added a project: Flang.
Herald added a subscriber: jdoerfert.
rovka requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109814

Files:
  flang/include/flang/Runtime/magic-numbers.h
  flang/runtime/command.cpp
  flang/runtime/stat.cpp
  flang/runtime/stat.h
  flang/unittests/Runtime/CommandTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109814.372655.patch
Type: text/x-patch
Size: 5614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210915/e9c8496e/attachment.bin>


More information about the llvm-commits mailing list