From 2005d9dd07bfdd4baa930310f68ee2f309953020 Mon Sep 17 00:00:00 2001 From: Slava Zakharin 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