[flang] Fix windows bot after D125140
authorJean Perier <jperier@nvidia.com>
Mon, 9 May 2022 13:23:46 +0000 (15:23 +0200)
committerJean Perier <jperier@nvidia.com>
Mon, 9 May 2022 13:24:14 +0000 (15:24 +0200)
commitd38915ffebee403dd1786ad4e165100160529939
tree8a574ea8e022fddfcd759fb660b05632dfe28b11
parent7ed16e7c510a8b8e82fbf7d48a2d6d108f9c3748
[flang] Fix windows bot after D125140

The ifdef is not required in the header, common::int128_t is always
defined. The function declaration must be available in lowering
regardless of the host int128_t support.

Differential Revision: https://reviews.llvm.org/D125211
flang/include/flang/Runtime/io-api.h