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

via flang-commits flang-commits at lists.llvm.org
Mon May 20 16:16:30 PDT 2024


Author: Slava Zakharin
Date: 2024-05-20T16:16:26-07:00
New Revision: bccac125e196bd5afeeb2fef93cf501f4b9f7f83

URL: https://github.com/llvm/llvm-project/commit/bccac125e196bd5afeeb2fef93cf501f4b9f7f83
DIFF: https://github.com/llvm/llvm-project/commit/bccac125e196bd5afeeb2fef93cf501f4b9f7f83.diff

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

Added: 
    

Modified: 
    flang/runtime/CMakeLists.txt

Removed: 
    


################################################################################
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