[PATCH] D118776: [flang] Add runtime interface for GET_COMMAND

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 10:11:25 PST 2022


klausler added a comment.

A descriptor would work, yes,.  Another approach, which is used in the I/O runtime API for some integer results, is a void* pointer and a KIND code.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118776/new/

https://reviews.llvm.org/D118776



More information about the llvm-commits mailing list