File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
include/flang/Optimizer/Builder/Runtime Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ namespace fir::runtime {
22
22
23
23
// / Generate a call to the ExecuteCommandLine runtime function which implements
24
24
// / the GET_EXECUTE_ARGUMENT intrinsic.
25
- // / \p wait, \p exitstat, \p cmdstat and \p cmdmsg must be fir.box that can be
25
+ // / \p wait must be bool that can be absent.
26
+ // / \p exitstat, \p cmdstat and \p cmdmsg must be fir.box that can be
26
27
// / absent (but not null mlir values). The status exitstat and cmdstat are
27
28
// / returned, along with the message cmdmsg.
28
29
void genExecuteCommandLine (fir::FirOpBuilder &, mlir::Location,
Original file line number Diff line number Diff line change @@ -453,6 +453,7 @@ template <int KIND> struct FitsInIntegerKind;
453
453
454
454
RT_API_ATTRS bool FitsInDescriptor (
455
455
const Descriptor *length, std::int64_t value, Terminator &terminator);
456
+
456
457
// Defines a utility function for copying and padding characters
457
458
template <typename TO, typename FROM>
458
459
RT_API_ATTRS void CopyAndPad (
You can’t perform that action at this time.
0 commit comments