[all-commits] [llvm/llvm-project] e5a4f7: [flang][runtime] OPEN write-only files
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jun 3 18:09:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5a4f730dafd9a6dc2371d6e414540fa0fd15460
https://github.com/llvm/llvm-project/commit/e5a4f730dafd9a6dc2371d6e414540fa0fd15460
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M flang/runtime/file.cpp
Log Message:
-----------
[flang][runtime] OPEN write-only files
If a file being opened with no ACTION= is write-only then cope with
it rather than defaulting prematurely to treating it as read-only.
Differential Revision: https://reviews.llvm.org/D127015
More information about the All-commits
mailing list