[flang-commits] [flang] 86e511b - [flang] Fixed https://lab.llvm.org/buildbot/#/builders/270/builds/14406

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Fri May 17 16:27:30 PDT 2024


Author: Slava Zakharin
Date: 2024-05-17T16:27:16-07:00
New Revision: 86e511bc145ffe6e08f2f440b329c5ed9cb38532

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

LOG: [flang] Fixed https://lab.llvm.org/buildbot/#/builders/270/builds/14406

Added: 
    

Modified: 
    flang/runtime/io-api.cpp

Removed: 
    


################################################################################
diff  --git a/flang/runtime/io-api.cpp b/flang/runtime/io-api.cpp
index bfc678c2ed02d..e3c6b9e5ca895 100644
--- a/flang/runtime/io-api.cpp
+++ b/flang/runtime/io-api.cpp
@@ -1310,4 +1310,5 @@ enum Iostat IODEF(CheckUnitNumberInRange128)(common::int128_t unit,
 }
 #endif
 
+RT_EXT_API_GROUP_END
 } // namespace Fortran::runtime::io


        


More information about the flang-commits mailing list