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

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Mon May 20 11:50:34 PDT 2024


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

None

>From 2005d9dd07bfdd4baa930310f68ee2f309953020 Mon Sep 17 00:00:00 2001
From: Slava Zakharin <szakharin at nvidia.com>
Date: Mon, 20 May 2024 11:48:43 -0700
Subject: [PATCH] [flang][runtime] Added io-api-minimal.cpp to the offload
 build.

---
 flang/runtime/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

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



More information about the flang-commits mailing list