[flang-commits] [flang] [flang][runtime] Added io-api-minimal.cpp to the offload build. (PR #92807)

via flang-commits flang-commits at lists.llvm.org
Mon May 20 11:51:05 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-flang-runtime

Author: Slava Zakharin (vzakhari)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/92807.diff


1 Files Affected:

- (modified) flang/runtime/CMakeLists.txt (+1) 


``````````diff
diff --git a/flang/runtime/CMakeLists.txt b/flang/runtime/CMakeLists.txt
index 4f7627eac81f2..4c2afd0abe903 100644
--- a/flang/runtime/CMakeLists.txt
+++ b/flang/runtime/CMakeLists.txt
@@ -199,6 +199,7 @@ set(supported_files
   inquiry.cpp
   internal-unit.cpp
   io-api.cpp
+  io-api-minimal.cpp
   io-error.cpp
   io-stmt.cpp
   iostat.cpp

``````````

</details>


https://github.com/llvm/llvm-project/pull/92807


More information about the flang-commits mailing list