[flang] Basic file operation wrapper
authorpeter klausler <pklausler@nvidia.com>
Fri, 24 Jan 2020 00:10:00 +0000 (16:10 -0800)
committerpeter klausler <pklausler@nvidia.com>
Mon, 27 Jan 2020 17:50:25 +0000 (09:50 -0800)
commitfae12a08bdb72b23781e670308bdd866099d14c8
tree106eeabf82adc17a6f68fcb364487da2c07f50d1
parent7f98a070b09a2ec82e5b019013a9c5bbe69041d2
[flang] Basic file operation wrapper

Asynchronous interfaces and locking

Original-commit: flang-compiler/f18@3ba77a0c2035644485737a025cc8912485b56225
Reviewed-on: https://github.com/flang-compiler/f18/pull/949
flang/runtime/CMakeLists.txt
flang/runtime/file.cc [new file with mode: 0644]
flang/runtime/file.h [new file with mode: 0644]
flang/runtime/io-api.h
flang/runtime/io-error.cc
flang/runtime/io-error.h
flang/runtime/lock.h [new file with mode: 0644]
flang/runtime/memory.h
flang/runtime/tools.cc [new file with mode: 0644]
flang/runtime/tools.h [new file with mode: 0644]