[clang] [clang-tools-extra] [llvm] [flang] [flang] add SYSTEM runtime and lowering intrinsics support (PR #74309)
Yi Wu via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 02:53:52 PST 2024
================
@@ -1393,6 +1393,11 @@ static const IntrinsicInterface intrinsicSubroutine[]{
{"get", DefaultInt, Rank::vector, Optionality::optional,
common::Intent::Out}},
{}, Rank::elemental, IntrinsicClass::impureSubroutine},
+ {"system",
+ {{"command", DefaultChar, Rank::scalar},
+ {"exitstat", DefaultInt, Rank::scalar, Optionality::optional,
+ common::Intent::InOut}},
----------------
yi-wu-arm wrote:
Correct, it doesn't read. Done
https://github.com/llvm/llvm-project/pull/74309
More information about the llvm-commits
mailing list