[PATCH] D101931: [flang] Implement NAMELIST I/O in the runtime

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 6 11:18:48 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6a1c3efa051e: [flang] Implement NAMELIST I/O in the runtime (authored by klausler).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D101931?vs=343125&id=343463#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101931

Files:
  flang/include/flang/ISO_Fortran_binding.h
  flang/lib/Lower/IO.cpp
  flang/lib/Lower/RTBuilder.h
  flang/runtime/CMakeLists.txt
  flang/runtime/connection.cpp
  flang/runtime/connection.h
  flang/runtime/descriptor-io.h
  flang/runtime/descriptor.cpp
  flang/runtime/descriptor.h
  flang/runtime/edit-input.cpp
  flang/runtime/edit-output.cpp
  flang/runtime/format.h
  flang/runtime/io-api.cpp
  flang/runtime/io-api.h
  flang/runtime/io-stmt.cpp
  flang/runtime/io-stmt.h
  flang/runtime/namelist.cpp
  flang/runtime/namelist.h
  flang/runtime/unit.cpp
  flang/unittests/RuntimeGTest/CMakeLists.txt
  flang/unittests/RuntimeGTest/Namelist.cpp
  flang/unittests/RuntimeGTest/NumericalFormatTest.cpp
  flang/unittests/RuntimeGTest/tools.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101931.343463.patch
Type: text/x-patch
Size: 60373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/685b73f8/attachment.bin>


More information about the llvm-commits mailing list