9#ifndef FORTRAN_OPTIMIZER_BUILDER_RUNTIME_EXECUTE_H
10#define FORTRAN_OPTIMIZER_BUILDER_RUNTIME_EXECUTE_H
21namespace fir::runtime {
29void genExecuteCommandLine(fir::FirOpBuilder &, mlir::Location,
30 mlir::Value command, mlir::Value wait,
31 mlir::Value exitstat, mlir::Value cmdstat,
Definition FIRBuilder.h:55
Definition AbstractConverter.h:34
Definition AbstractConverter.h:29