[flang-commits] [PATCH] D125211: [flang] Fix windows bot after D125140
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon May 9 06:24:52 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd38915ffebee: [flang] Fix windows bot after D125140 (authored by jeanPerier).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125211/new/
https://reviews.llvm.org/D125211
Files:
flang/include/flang/Runtime/io-api.h
Index: flang/include/flang/Runtime/io-api.h
===================================================================
--- flang/include/flang/Runtime/io-api.h
+++ flang/include/flang/Runtime/io-api.h
@@ -123,11 +123,9 @@
enum Iostat IONAME(CheckUnitNumberInRange64)(std::int64_t unit,
bool handleError, char *ioMsg = nullptr, std::size_t ioMsgLength = 0,
const char *sourceFile = nullptr, int sourceLine = 0);
-#ifdef __SIZEOF_INT128__
enum Iostat IONAME(CheckUnitNumberInRange128)(common::int128_t unit,
bool handleError, char *ioMsg = nullptr, std::size_t ioMsgLength = 0,
const char *sourceFile = nullptr, int sourceLine = 0);
-#endif
// External synchronous I/O initiation
Cookie IONAME(BeginExternalListOutput)(ExternalUnit = DefaultUnit,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125211.428063.patch
Type: text/x-patch
Size: 764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220509/fd40624f/attachment-0001.bin>
More information about the flang-commits
mailing list