[flang-commits] [flang] [flang] Lower ASYNCHRONOUS variables and IO statements (PR #80008)
via flang-commits
flang-commits at lists.llvm.org
Tue Jan 30 08:40:22 PST 2024
================
@@ -1401,6 +1401,12 @@ void IONAME(GetIoMsg)(Cookie cookie, char *msg, std::size_t length) {
}
}
+AsynchronousId IONAME(GetAsynchronousId)(Cookie cookie) {
+ // Flang runtime implements asynchronous IO synchronously.
----------------
jeanPerier wrote:
Thanks, updated.
https://github.com/llvm/llvm-project/pull/80008
More information about the flang-commits
mailing list